Home
last modified time | relevance | path

Searched refs:pkt_flag_names (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/net/core/
Dpktgen.c217 static char *pkt_flag_names[] = { variable
222 #define NR_PKT_FLAGS ARRAY_SIZE(pkt_flag_names)
678 seq_printf(seq, "%s ", pkt_flag_names[i]); in pktgen_if_show()
937 if (strcmp(f, pkt_flag_names[i]) == 0) in pktgen_read_flag()
1371 "%s, ", pkt_flag_names[n]); in pktgen_if_write()