Home | History | Annotate | Download | only in extensions

Lines Matching refs:match

2  * Shared library add-on to iptables to add tos match support
44 "tos match options:\n"
45 "[!] --tos value[/mask] Match Type of Service/Priority field value\n"
46 "[!] --tos symbol Match TOS field (IPv4 only) by symbol\n"
81 static void tos_mt_print_v0(const void *ip, const struct xt_entry_match *match,
84 const struct ipt_tos_info *info = (const void *)match->data;
86 printf(" tos match ");
93 static void tos_mt_print(const void *ip, const struct xt_entry_match *match,
96 const struct xt_tos_match_info *info = (const void *)match->data;
98 printf(" tos match");
106 static void tos_mt_save_v0(const void *ip, const struct xt_entry_match *match)
108 const struct ipt_tos_info *info = (const void *)match->data;
115 static void tos_mt_save(const void *ip, const struct xt_entry_match *match)
117 const struct xt_tos_match_info *info = (const void *)match->data;