Searched refs:matchinfo (Results 1 - 25 of 48) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_dscp.c29 const void *matchinfo,
34 const struct xt_dscp_info *info = matchinfo;
44 const void *matchinfo,
49 const struct xt_dscp_info *info = matchinfo;
58 void *matchinfo,
61 const u_int8_t dscp = ((struct xt_dscp_info *)matchinfo)->dscp;
25 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
40 match6(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
55 checkentry(const char *tablename, const void *info, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
H A Dxt_string.c28 const void *matchinfo,
33 const struct xt_string_info *conf = matchinfo;
48 void *matchinfo,
51 struct xt_string_info *conf = matchinfo;
71 static void destroy(const struct xt_match *match, void *matchinfo) argument
73 textsearch_destroy(STRING_TEXT_PRIV(matchinfo)->config);
24 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
45 checkentry(const char *tablename, const void *ip, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
H A Dxt_length.c28 const void *matchinfo,
33 const struct xt_length_info *info = matchinfo;
44 const void *matchinfo,
49 const struct xt_length_info *info = matchinfo;
24 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
40 match6(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
H A Dxt_quota.c22 const struct xt_match *match, const void *matchinfo,
25 struct xt_quota_info *q = ((struct xt_quota_info *)matchinfo)->master;
43 const struct xt_match *match, void *matchinfo,
46 struct xt_quota_info *q = (struct xt_quota_info *)matchinfo;
20 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
42 checkentry(const char *tablename, const void *entry, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
H A Dxt_state.c28 const void *matchinfo,
33 const struct xt_state_info *sinfo = matchinfo;
50 void *matchinfo,
62 destroy(const struct xt_match *match, void *matchinfo) argument
24 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
47 check(const char *tablename, const void *inf, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
H A Dxt_esp.c46 const void *matchinfo,
52 const struct xt_esp *espinfo = matchinfo;
77 void *matchinfo,
80 const struct xt_esp *espinfo = matchinfo;
42 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
74 checkentry(const char *tablename, const void *ip_void, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
H A Dxt_mark.c27 const void *matchinfo,
32 const struct xt_mark_info *info = matchinfo;
41 void *matchinfo,
44 const struct xt_mark_info *minfo = matchinfo;
23 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
38 checkentry(const char *tablename, const void *entry, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
H A Dxt_statistic.c30 const struct xt_match *match, const void *matchinfo,
33 struct xt_statistic_info *info = (struct xt_statistic_info *)matchinfo;
57 const struct xt_match *match, void *matchinfo,
60 struct xt_statistic_info *info = (struct xt_statistic_info *)matchinfo;
28 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
56 checkentry(const char *tablename, const void *entry, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
H A Dxt_multiport.c98 const void *matchinfo,
104 const struct xt_multiport *multiinfo = matchinfo;
129 const void *matchinfo,
135 const struct xt_multiport_v1 *multiinfo = matchinfo;
175 void *matchinfo,
179 const struct xt_multiport *multiinfo = matchinfo;
189 void *matchinfo,
193 const struct xt_multiport_v1 *multiinfo = matchinfo;
203 void *matchinfo,
207 const struct xt_multiport *multiinfo = matchinfo;
94 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
125 match_v1(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
172 checkentry(const char *tablename, const void *info, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
186 checkentry_v1(const char *tablename, const void *info, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
200 checkentry6(const char *tablename, const void *info, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
214 checkentry6_v1(const char *tablename, const void *info, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
[all...]
H A Dxt_connmark.c38 const void *matchinfo,
43 const struct xt_connmark_info *info = matchinfo;
58 void *matchinfo,
61 struct xt_connmark_info *cm = matchinfo;
76 destroy(const struct xt_match *match, void *matchinfo) argument
34 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
55 checkentry(const char *tablename, const void *ip, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
H A Dxt_helper.c32 const void *matchinfo,
37 const struct xt_helper_info *info = matchinfo;
78 void *matchinfo,
81 struct xt_helper_info *info = matchinfo;
93 destroy(const struct xt_match *match, void *matchinfo) argument
28 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
75 check(const char *tablename, const void *inf, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
H A Dxt_mac.c32 const void *matchinfo,
37 const struct xt_mac_info *info = matchinfo;
28 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
H A Dxt_pkttype.c28 const void *matchinfo,
34 const struct xt_pkttype_info *info = matchinfo;
24 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_owner.c29 const void *matchinfo,
34 const struct ipt_owner_info *info = matchinfo;
58 void *matchinfo,
61 const struct ipt_owner_info *info = matchinfo;
25 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
55 checkentry(const char *tablename, const void *ip, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
H A Dipt_tos.c26 const void *matchinfo,
31 const struct ipt_tos_info *info = matchinfo;
22 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
H A Dipt_ah.c44 const void *matchinfo,
50 const struct ipt_ah *ahinfo = matchinfo;
77 void *matchinfo,
80 const struct ipt_ah *ahinfo = matchinfo;
40 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
74 checkentry(const char *tablename, const void *ip_void, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
H A Dipt_ecn.c71 const struct xt_match *match, const void *matchinfo,
74 const struct ipt_ecn_info *info = matchinfo;
92 void *matchinfo, unsigned int hook_mask)
94 const struct ipt_ecn_info *info = matchinfo;
69 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
90 checkentry(const char *tablename, const void *ip_void, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
H A Dipt_time.c51 const void *matchinfo,
56 const struct ipt_time_info *info = matchinfo; /* match info for rule */
89 void *matchinfo,
92 struct ipt_time_info *info = matchinfo; /* match info for rule */
47 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
86 checkentry(const char *tablename, const void *ip, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
H A Dipt_addrtype.c32 const struct xt_match *match, const void *matchinfo,
35 const struct ipt_addrtype_info *info = matchinfo;
30 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
H A Dipt_ttl.c23 const struct xt_match *match, const void *matchinfo,
26 const struct ipt_ttl_info *info = matchinfo;
21 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_owner.c31 const void *matchinfo,
36 const struct ip6t_owner_info *info = matchinfo;
60 void *matchinfo,
63 const struct ip6t_owner_info *info = matchinfo;
27 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
57 checkentry(const char *tablename, const void *ip, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
H A Dip6t_mh.c48 const void *matchinfo,
54 const struct ip6t_mh *mhinfo = matchinfo;
85 void *matchinfo,
88 const struct ip6t_mh *mhinfo = matchinfo;
44 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
82 mh_checkentry(const char *tablename, const void *entry, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
H A Dip6t_ah.c45 const void *matchinfo,
51 const struct ip6t_ah *ahinfo = matchinfo;
106 void *matchinfo,
109 const struct ip6t_ah *ahinfo = matchinfo;
41 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
103 checkentry(const char *tablename, const void *entry, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
H A Dip6t_ipv6header.c34 const void *matchinfo,
39 const struct ip6t_ipv6header_info *info = matchinfo;
131 void *matchinfo,
134 const struct ip6t_ipv6header_info *info = matchinfo;
30 ipv6header_match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument
128 ipv6header_checkentry(const char *tablename, const void *ip, const struct xt_match *match, void *matchinfo, unsigned int hook_mask) argument
H A Dip6t_hl.c24 const struct xt_match *match, const void *matchinfo,
27 const struct ip6t_hl_info *info = matchinfo;
22 match(const struct sk_buff *skb, const struct net_device *in, const struct net_device *out, const struct xt_match *match, const void *matchinfo, int offset, unsigned int protoff, int *hotdrop) argument

Completed in 84 milliseconds

12