Home | History | Annotate | Download | only in extensions

Lines Matching refs:match

23 "connlimit match options:\n"
24 " --connlimit-upto n match if the number of existing connections is 0..n\n"
25 " --connlimit-above n match if the number of existing connections is >n\n"
49 static void connlimit_init(struct xt_entry_match *match)
51 struct xt_connlimit_info *info = (void *)match->data;
60 const unsigned int revision = (*cb->match)->u.user.revision;
129 const struct xt_entry_match *match, int numeric)
131 const struct xt_connlimit_info *info = (const void *)match->data;
140 const struct xt_entry_match *match, int numeric)
142 const struct xt_connlimit_info *info = (const void *)match->data;
150 static void connlimit_save4(const void *ip, const struct xt_entry_match *match)
152 const struct xt_connlimit_info *info = (const void *)match->data;
153 const int revision = match->u.user.revision;
168 static void connlimit_save6(const void *ip, const struct xt_entry_match *match)
170 const struct xt_connlimit_info *info = (const void *)match->data;
171 const int revision = match->u.user.revision;