Lines Matching refs:match
23 "ECN match options\n"
24 "[!] --ecn-tcp-cwr Match CWR bit of TCP header\n"
25 "[!] --ecn-tcp-ece Match ECE bit of TCP header\n"
26 "[!] --ecn-ip-ect [0..3] Match ECN codepoint in IPv4 header\n");
68 "ECN match: some option required");
71 static void ecn_print(const void *ip, const struct xt_entry_match *match,
75 (const struct ipt_ecn_info *)match->data;
77 printf(" ECN match");
96 static void ecn_save(const void *ip, const struct xt_entry_match *match)
99 (const struct ipt_ecn_info *)match->data;