Home
last modified time | relevance | path

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

/external/iptables/extensions/
Dlibxt_TCPOPTSTRIP.c35 struct tcp_optionmap { struct
45 static const struct tcp_optionmap tcp_optionmap[] = { argument
57 const struct tcp_optionmap *w; in tcpoptstrip_tg_help()
66 for (w = tcp_optionmap; w->name != NULL; ++w) in tcpoptstrip_tg_help()
83 for (i = 0; tcp_optionmap[i].name != NULL; ++i) in parse_list()
84 if (strcmp(tcp_optionmap[i].name, arg) == 0) { in parse_list()
85 option = tcp_optionmap[i].option; in parse_list()
134 for (j = 0; tcp_optionmap[j].name != NULL; ++j) in tcpoptstrip_print_list()
135 if (tcp_optionmap[j].option == i) in tcpoptstrip_print_list()
136 name = tcp_optionmap[j].name; in tcpoptstrip_print_list()