Home
last modified time | relevance | path

Searched defs:par (Results 1 – 25 of 135) sorted by relevance

123456

/net/netfilter/
Dxt_set.c30 const struct xt_action_param *par, in match_set()
54 set_match_v0(const struct sk_buff *skb, struct xt_action_param *par) in set_match_v0()
83 set_match_v0_checkentry(const struct xt_mtchk_param *par) in set_match_v0_checkentry()
108 set_match_v0_destroy(const struct xt_mtdtor_param *par) in set_match_v0_destroy()
118 set_match_v1(const struct sk_buff *skb, struct xt_action_param *par) in set_match_v1()
134 set_match_v1_checkentry(const struct xt_mtchk_param *par) in set_match_v1_checkentry()
156 set_match_v1_destroy(const struct xt_mtdtor_param *par) in set_match_v1_destroy()
166 set_match_v3(const struct sk_buff *skb, struct xt_action_param *par) in set_match_v3()
189 set_match_v4(const struct sk_buff *skb, struct xt_action_param *par) in set_match_v4()
212 set_target_v0(struct sk_buff *skb, const struct xt_action_param *par) in set_target_v0()
[all …]
Dxt_CT.c37 const struct xt_action_param *par) in xt_ct_target_v0()
46 const struct xt_action_param *par) in xt_ct_target_v1()
54 static u8 xt_ct_find_proto(const struct xt_tgchk_param *par) in xt_ct_find_proto()
74 const struct xt_tgchk_param *par) in xt_ct_set_helper()
104 xt_ct_set_timeout(struct nf_conn *ct, const struct xt_tgchk_param *par, in xt_ct_set_timeout()
139 static int xt_ct_tg_check(const struct xt_tgchk_param *par, in xt_ct_tg_check()
220 static int xt_ct_tg_check_v0(const struct xt_tgchk_param *par) in xt_ct_tg_check_v0()
245 static int xt_ct_tg_check_v1(const struct xt_tgchk_param *par) in xt_ct_tg_check_v1()
255 static int xt_ct_tg_check_v2(const struct xt_tgchk_param *par) in xt_ct_tg_check_v2()
265 static void xt_ct_tg_destroy(const struct xt_tgdtor_param *par, in xt_ct_tg_destroy()
[all …]
Dxt_cgroup.c26 static int cgroup_mt_check_v0(const struct xt_mtchk_param *par) in cgroup_mt_check_v0()
36 static int cgroup_mt_check_v1(const struct xt_mtchk_param *par) in cgroup_mt_check_v1()
68 static int cgroup_mt_check_v2(const struct xt_mtchk_param *par) in cgroup_mt_check_v2()
101 cgroup_mt_v0(const struct sk_buff *skb, struct xt_action_param *par) in cgroup_mt_v0()
113 static bool cgroup_mt_v1(const struct sk_buff *skb, struct xt_action_param *par) in cgroup_mt_v1()
131 static bool cgroup_mt_v2(const struct sk_buff *skb, struct xt_action_param *par) in cgroup_mt_v2()
149 static void cgroup_mt_destroy_v1(const struct xt_mtdtor_param *par) in cgroup_mt_destroy_v1()
157 static void cgroup_mt_destroy_v2(const struct xt_mtdtor_param *par) in cgroup_mt_destroy_v2()
Dxt_nat.c16 static int xt_nat_checkentry_v0(const struct xt_tgchk_param *par) in xt_nat_checkentry_v0()
27 static int xt_nat_checkentry(const struct xt_tgchk_param *par) in xt_nat_checkentry()
32 static void xt_nat_destroy(const struct xt_tgdtor_param *par) in xt_nat_destroy()
52 xt_snat_target_v0(struct sk_buff *skb, const struct xt_action_param *par) in xt_snat_target_v0()
69 xt_dnat_target_v0(struct sk_buff *skb, const struct xt_action_param *par) in xt_dnat_target_v0()
85 xt_snat_target_v1(struct sk_buff *skb, const struct xt_action_param *par) in xt_snat_target_v1()
104 xt_dnat_target_v1(struct sk_buff *skb, const struct xt_action_param *par) in xt_dnat_target_v1()
122 xt_snat_target_v2(struct sk_buff *skb, const struct xt_action_param *par) in xt_snat_target_v2()
137 xt_dnat_target_v2(struct sk_buff *skb, const struct xt_action_param *par) in xt_dnat_target_v2()
Dxt_socket.c49 socket_match(const struct sk_buff *skb, struct xt_action_param *par, in socket_match()
93 socket_mt4_v0(const struct sk_buff *skb, struct xt_action_param *par) in socket_mt4_v0()
103 socket_mt4_v1_v2_v3(const struct sk_buff *skb, struct xt_action_param *par) in socket_mt4_v1_v2_v3()
110 socket_mt6_v1_v2_v3(const struct sk_buff *skb, struct xt_action_param *par) in socket_mt6_v1_v2_v3()
168 static int socket_mt_v1_check(const struct xt_mtchk_param *par) in socket_mt_v1_check()
185 static int socket_mt_v2_check(const struct xt_mtchk_param *par) in socket_mt_v2_check()
202 static int socket_mt_v3_check(const struct xt_mtchk_param *par) in socket_mt_v3_check()
219 static void socket_mt_destroy(const struct xt_mtdtor_param *par) in socket_mt_destroy()
Dxt_connmark.c83 connmark_tg(struct sk_buff *skb, const struct xt_action_param *par) in connmark_tg()
97 connmark_tg_v2(struct sk_buff *skb, const struct xt_action_param *par) in connmark_tg_v2()
104 static int connmark_tg_check(const struct xt_tgchk_param *par) in connmark_tg_check()
115 static void connmark_tg_destroy(const struct xt_tgdtor_param *par) in connmark_tg_destroy()
121 connmark_mt(const struct sk_buff *skb, struct xt_action_param *par) in connmark_mt()
134 static int connmark_mt_check(const struct xt_mtchk_param *par) in connmark_mt_check()
145 static void connmark_mt_destroy(const struct xt_mtdtor_param *par) in connmark_mt_destroy()
Dxt_REDIRECT.c29 redirect_tg6(struct sk_buff *skb, const struct xt_action_param *par) in redirect_tg6()
34 static int redirect_tg6_checkentry(const struct xt_tgchk_param *par) in redirect_tg6_checkentry()
44 static void redirect_tg_destroy(const struct xt_tgdtor_param *par) in redirect_tg_destroy()
49 static int redirect_tg4_check(const struct xt_tgchk_param *par) in redirect_tg4_check()
65 redirect_tg4(struct sk_buff *skb, const struct xt_action_param *par) in redirect_tg4()
Dxt_MASQUERADE.c19 static int masquerade_tg_check(const struct xt_tgchk_param *par) in masquerade_tg_check()
35 masquerade_tg(struct sk_buff *skb, const struct xt_action_param *par) in masquerade_tg()
49 static void masquerade_tg_destroy(const struct xt_tgdtor_param *par) in masquerade_tg_destroy()
56 masquerade_tg6(struct sk_buff *skb, const struct xt_action_param *par) in masquerade_tg6()
61 static int masquerade_tg6_checkentry(const struct xt_tgchk_param *par) in masquerade_tg6_checkentry()
Dxt_TPROXY.c93 tproxy_tg4_v0(struct sk_buff *skb, const struct xt_action_param *par) in tproxy_tg4_v0()
102 tproxy_tg4_v1(struct sk_buff *skb, const struct xt_action_param *par) in tproxy_tg4_v1()
113 tproxy_tg6_v1(struct sk_buff *skb, const struct xt_action_param *par) in tproxy_tg6_v1()
187 static int tproxy_tg6_check(const struct xt_tgchk_param *par) in tproxy_tg6_check()
204 static void tproxy_tg6_destroy(const struct xt_tgdtor_param *par) in tproxy_tg6_destroy()
210 static int tproxy_tg4_check(const struct xt_tgchk_param *par) in tproxy_tg4_check()
227 static void tproxy_tg4_destroy(const struct xt_tgdtor_param *par) in tproxy_tg4_destroy()
Dxt_bpf.c64 static int bpf_mt_check(const struct xt_mtchk_param *par) in bpf_mt_check()
73 static int bpf_mt_check_v1(const struct xt_mtchk_param *par) in bpf_mt_check_v1()
89 static bool bpf_mt(const struct sk_buff *skb, struct xt_action_param *par) in bpf_mt()
96 static bool bpf_mt_v1(const struct sk_buff *skb, struct xt_action_param *par) in bpf_mt_v1()
103 static void bpf_mt_destroy(const struct xt_mtdtor_param *par) in bpf_mt_destroy()
110 static void bpf_mt_destroy_v1(const struct xt_mtdtor_param *par) in bpf_mt_destroy_v1()
Dxt_NETMAP.c19 netmap_tg6(struct sk_buff *skb, const struct xt_action_param *par) in netmap_tg6()
54 static int netmap_tg6_checkentry(const struct xt_tgchk_param *par) in netmap_tg6_checkentry()
63 static void netmap_tg_destroy(const struct xt_tgdtor_param *par) in netmap_tg_destroy()
69 netmap_tg4(struct sk_buff *skb, const struct xt_action_param *par) in netmap_tg4()
104 static int netmap_tg4_check(const struct xt_tgchk_param *par) in netmap_tg4_check()
Dxt_NFQUEUE.c29 nfqueue_tg(struct sk_buff *skb, const struct xt_action_param *par) in nfqueue_tg()
37 nfqueue_tg_v1(struct sk_buff *skb, const struct xt_action_param *par) in nfqueue_tg_v1()
50 nfqueue_tg_v2(struct sk_buff *skb, const struct xt_action_param *par) in nfqueue_tg_v2()
60 static int nfqueue_tg_check(const struct xt_tgchk_param *par) in nfqueue_tg_check()
86 nfqueue_tg_v3(struct sk_buff *skb, const struct xt_action_param *par) in nfqueue_tg_v3()
Dxt_DSCP.c28 dscp_tg(struct sk_buff *skb, const struct xt_action_param *par) in dscp_tg()
46 dscp_tg6(struct sk_buff *skb, const struct xt_action_param *par) in dscp_tg6()
62 static int dscp_tg_check(const struct xt_tgchk_param *par) in dscp_tg_check()
72 tos_tg(struct sk_buff *skb, const struct xt_action_param *par) in tos_tg()
92 tos_tg6(struct sk_buff *skb, const struct xt_action_param *par) in tos_tg6()
Dxt_ecn.c27 static bool match_tcp(const struct sk_buff *skb, struct xt_action_param *par) in match_tcp()
70 static bool ecn_mt4(const struct sk_buff *skb, struct xt_action_param *par) in ecn_mt4()
84 static int ecn_mt_check4(const struct xt_mtchk_param *par) in ecn_mt_check4()
112 static bool ecn_mt6(const struct sk_buff *skb, struct xt_action_param *par) in ecn_mt6()
126 static int ecn_mt_check6(const struct xt_mtchk_param *par) in ecn_mt_check6()
Dxt_l2tp.c79 static bool l2tp_udp_mt(const struct sk_buff *skb, struct xt_action_param *par, u16 thoff) in l2tp_udp_mt()
139 static bool l2tp_ip_mt(const struct sk_buff *skb, struct xt_action_param *par, u16 thoff) in l2tp_ip_mt()
170 static bool l2tp_mt4(const struct sk_buff *skb, struct xt_action_param *par) in l2tp_mt4()
187 static bool l2tp_mt6(const struct sk_buff *skb, struct xt_action_param *par) in l2tp_mt6()
209 static int l2tp_mt_check(const struct xt_mtchk_param *par) in l2tp_mt_check()
259 static int l2tp_mt_check4(const struct xt_mtchk_param *par) in l2tp_mt_check4()
286 static int l2tp_mt_check6(const struct xt_mtchk_param *par) in l2tp_mt_check6()
Dxt_SECMARK.c110 static void secmark_tg_destroy(const struct xt_tgdtor_param *par) in secmark_tg_destroy()
118 static int secmark_tg_check_v0(const struct xt_tgchk_param *par) in secmark_tg_check_v0()
135 secmark_tg_v0(struct sk_buff *skb, const struct xt_action_param *par) in secmark_tg_v0()
145 static int secmark_tg_check_v1(const struct xt_tgchk_param *par) in secmark_tg_check_v1()
151 secmark_tg_v1(struct sk_buff *skb, const struct xt_action_param *par) in secmark_tg_v1()
Dxt_dscp.c25 dscp_mt(const struct sk_buff *skb, struct xt_action_param *par) in dscp_mt()
34 dscp_mt6(const struct sk_buff *skb, struct xt_action_param *par) in dscp_mt6()
42 static int dscp_mt_check(const struct xt_mtchk_param *par) in dscp_mt_check()
52 static bool tos_mt(const struct sk_buff *skb, struct xt_action_param *par) in tos_mt()
Dxt_HL.c26 ttl_tg(struct sk_buff *skb, const struct xt_action_param *par) in ttl_tg()
66 hl_tg6(struct sk_buff *skb, const struct xt_action_param *par) in hl_tg6()
101 static int ttl_tg_check(const struct xt_tgchk_param *par) in ttl_tg_check()
112 static int hl_tg6_check(const struct xt_tgchk_param *par) in hl_tg6_check()
Dxt_conntrack.c162 conntrack_mt(const struct sk_buff *skb, struct xt_action_param *par, in conntrack_mt()
243 conntrack_mt_v1(const struct sk_buff *skb, struct xt_action_param *par) in conntrack_mt_v1()
251 conntrack_mt_v2(const struct sk_buff *skb, struct xt_action_param *par) in conntrack_mt_v2()
259 conntrack_mt_v3(const struct sk_buff *skb, struct xt_action_param *par) in conntrack_mt_v3()
266 static int conntrack_mt_check(const struct xt_mtchk_param *par) in conntrack_mt_check()
277 static void conntrack_mt_destroy(const struct xt_mtdtor_param *par) in conntrack_mt_destroy()
Dxt_TRACE.c15 static int trace_tg_check(const struct xt_tgchk_param *par) in trace_tg_check()
20 static void trace_tg_destroy(const struct xt_tgdtor_param *par) in trace_tg_destroy()
26 trace_tg(struct sk_buff *skb, const struct xt_action_param *par) in trace_tg()
Dxt_state.c21 state_mt(const struct sk_buff *skb, struct xt_action_param *par) in state_mt()
38 static int state_mt_check(const struct xt_mtchk_param *par) in state_mt_check()
49 static void state_mt_destroy(const struct xt_mtdtor_param *par) in state_mt_destroy()
Dxt_NFLOG.c21 nflog_tg(struct sk_buff *skb, const struct xt_action_param *par) in nflog_tg()
42 static int nflog_tg_check(const struct xt_tgchk_param *par) in nflog_tg_check()
62 static void nflog_tg_destroy(const struct xt_tgdtor_param *par) in nflog_tg_destroy()
Dxt_tcpudp.c66 static bool tcp_mt(const struct sk_buff *skb, struct xt_action_param *par) in tcp_mt()
121 static int tcp_mt_check(const struct xt_mtchk_param *par) in tcp_mt_check()
129 static bool udp_mt(const struct sk_buff *skb, struct xt_action_param *par) in udp_mt()
156 static int udp_mt_check(const struct xt_mtchk_param *par) in udp_mt_check()
Dxt_string.c24 string_mt(const struct sk_buff *skb, struct xt_action_param *par) in string_mt()
38 static int string_mt_check(const struct xt_mtchk_param *par) in string_mt_check()
65 static void string_mt_destroy(const struct xt_mtdtor_param *par) in string_mt_destroy()
Dxt_LOG.c29 log_tg(struct sk_buff *skb, const struct xt_action_param *par) in log_tg()
44 static int log_tg_check(const struct xt_tgchk_param *par) in log_tg_check()
72 static void log_tg_destroy(const struct xt_tgdtor_param *par) in log_tg_destroy()

123456