Lines Matching refs:match
22 "ECN match v%s options\n"
23 "[!] --ecn-tcp-cwr Match CWR bit of TCP header\n"
24 "[!] --ecn-tcp-ece Match ECE bit of TCP header\n"
25 "[!] --ecn-ip-ect [0..3] Match ECN codepoint in IPv4 header\n",
40 struct ipt_entry_match **match)
44 = (struct ipt_ecn_info *)(*match)->data;
50 "ECN match: can only use parameter ONCE!");
61 "ECN match: can only use parameter ONCE!");
72 "ECN match: can only use parameter ONCE!");
80 "ECN match: Value out of range");
95 "ECN match: some option required");
101 const struct ipt_entry_match *match,
105 (const struct ipt_ecn_info *)match->data;
107 printf("ECN match ");
130 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
133 (const struct ipt_ecn_info *)match->data;