Home | History | Annotate | Download | only in extensions

Lines Matching full:match

50 "IPVS match options:\n"
54 "[!] --vproto protocol VIP protocol to match; by number or name,\n"
56 "[!] --vaddr address[/mask] VIP address to match\n"
57 "[!] --vport port VIP port to match; by number or name,\n"
62 " match, e.g. 21 for FTP\n"
224 static void ipvs_mt4_print(const void *ip, const struct xt_entry_match *match,
227 const struct xt_ipvs_mtinfo *data = (const void *)match->data;
231 static void ipvs_mt6_print(const void *ip, const struct xt_entry_match *match,
234 const struct xt_ipvs_mtinfo *data = (const void *)match->data;
238 static void ipvs_mt4_save(const void *ip, const struct xt_entry_match *match)
240 const struct xt_ipvs_mtinfo *data = (const void *)match->data;
244 static void ipvs_mt6_save(const void *ip, const struct xt_entry_match *match)
246 const struct xt_ipvs_mtinfo *data = (const void *)match->data;