Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dpktgen.c213 static char *pkt_flag_names[] = { variable
218 #define NR_PKT_FLAGS ARRAY_SIZE(pkt_flag_names)
653 seq_printf(seq, "%s ", pkt_flag_names[i]); in pktgen_if_show()
844 if (strcmp(f, pkt_flag_names[i]) == 0) in pktgen_read_flag()
/kernel/linux/linux-6.6/net/core/
H A Dpktgen.c216 static char *pkt_flag_names[] = { variable
221 #define NR_PKT_FLAGS ARRAY_SIZE(pkt_flag_names)
677 seq_printf(seq, "%s ", pkt_flag_names[i]); in pktgen_if_show()
936 if (strcmp(f, pkt_flag_names[i]) == 0) in pktgen_read_flag()

Completed in 9 milliseconds