Home | History | Annotate | Download | only in extensions

Lines Matching refs:match

40 "connmark match options:\n"
41 "[!] --mark value[/mask] Match ctmark value with optional mask\n");
81 connmark_print(const void *ip, const struct xt_entry_match *match, int numeric)
83 const struct xt_connmark_info *info = (const void *)match->data;
85 printf(" CONNMARK match ");
92 connmark_mt_print(const void *ip, const struct xt_entry_match *match, int numeric)
94 const struct xt_connmark_mtinfo1 *info = (const void *)match->data;
96 printf(" connmark match ");
102 static void connmark_save(const void *ip, const struct xt_entry_match *match)
104 const struct xt_connmark_info *info = (const void *)match->data;
114 connmark_mt_save(const void *ip, const struct xt_entry_match *match)
116 const struct xt_connmark_mtinfo1 *info = (const void *)match->data;