Home
last modified time | relevance | path

Searched refs:xt_tgchk_param (Results 1 – 25 of 44) sorted by relevance

12

/linux/net/netfilter/
H A Dxt_CT.c55 static u8 xt_ct_find_proto(const struct xt_tgchk_param *par) in xt_ct_find_proto()
75 const struct xt_tgchk_param *par) in xt_ct_set_helper()
105 xt_ct_set_timeout(struct nf_conn *ct, const struct xt_tgchk_param *par, in xt_ct_set_timeout()
155 static int xt_ct_tg_check(const struct xt_tgchk_param *par, in xt_ct_tg_check()
235 static int xt_ct_tg_check_v0(const struct xt_tgchk_param *par) in xt_ct_tg_check_v0()
260 static int xt_ct_tg_check_v1(const struct xt_tgchk_param *par) in xt_ct_tg_check_v1()
270 static int xt_ct_tg_check_v2(const struct xt_tgchk_param *par) in xt_ct_tg_check_v2()
H A Dxt_REDIRECT.c34 static int redirect_tg6_checkentry(const struct xt_tgchk_param *par) in redirect_tg6_checkentry()
49 static int redirect_tg4_check(const struct xt_tgchk_param *par) in redirect_tg4_check()
H A Dxt_MASQUERADE.c19 static int masquerade_tg_check(const struct xt_tgchk_param *par) in masquerade_tg_check()
61 static int masquerade_tg6_checkentry(const struct xt_tgchk_param *par) in masquerade_tg6_checkentry()
H A Dxt_HL.c101 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()
H A Dxt_SECMARK.c118 static int secmark_tg_check_v0(const struct xt_tgchk_param *par) in secmark_tg_check_v0()
145 static int secmark_tg_check_v1(const struct xt_tgchk_param *par) in secmark_tg_check_v1()
H A Dxt_TCPMSS.c250 static int tcpmss_tg4_check_hooks(const struct xt_tgchk_param *par) in tcpmss_tg4_check_hooks()
278 static int tcpmss_tg4_check(const struct xt_tgchk_param *par) in tcpmss_tg4_check()
294 static int tcpmss_tg6_check(const struct xt_tgchk_param *par) in tcpmss_tg6_check()
H A Dxt_NETMAP.c54 static int netmap_tg6_checkentry(const struct xt_tgchk_param *par) in netmap_tg6_checkentry()
104 static int netmap_tg4_check(const struct xt_tgchk_param *par) in netmap_tg4_check()
H A Dxt_TRACE.c15 static int trace_tg_check(const struct xt_tgchk_param *par) in trace_tg_check()
H A 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()
H A Dxt_TPROXY.c173 static int tproxy_tg6_check(const struct xt_tgchk_param *par) in tproxy_tg6_check()
196 static int tproxy_tg4_check(const struct xt_tgchk_param *par) in tproxy_tg4_check()
H A Dxt_CHECKSUM.c34 static int checksum_tg_check(const struct xt_tgchk_param *par) in checksum_tg_check()
H A Dxt_set.c232 set_target_v0_checkentry(const struct xt_tgchk_param *par) in set_target_v0_checkentry()
307 set_target_v1_checkentry(const struct xt_tgchk_param *par) in set_target_v1_checkentry()
434 set_target_v3_check_hooks(const struct xt_tgchk_param *par) in set_target_v3_check_hooks()
457 set_target_v3_checkentry(const struct xt_tgchk_param *par) in set_target_v3_checkentry()
H A Dxt_LOG.c44 static int log_tg_check(const struct xt_tgchk_param *par) in log_tg_check()
H A Dxt_CONNSECMARK.c83 static int connsecmark_tg_check(const struct xt_tgchk_param *par) in connsecmark_tg_check()
H A Dxt_NFLOG.c42 static int nflog_tg_check(const struct xt_tgchk_param *par) in nflog_tg_check()
/linux/include/linux/netfilter/
H A Dx_tables.h113 struct xt_tgchk_param { struct
191 int (*checkentry)(const struct xt_tgchk_param *);
194 int (*check_hooks)(const struct xt_tgchk_param *);
291 int xt_check_hooks_target(struct xt_tgchk_param *par);
292 int xt_check_target(struct xt_tgchk_param *, unsigned int size, u16 proto,
/linux/net/bridge/netfilter/
H A Debt_nflog.c41 static int ebt_nflog_tg_check(const struct xt_tgchk_param *par) in ebt_nflog_tg_check()
H A Debt_redirect.c37 static int ebt_redirect_tg_check(const struct xt_tgchk_param *par) in ebt_redirect_tg_check()
H A Debt_snat.c46 static int ebt_snat_tg_check(const struct xt_tgchk_param *par) in ebt_snat_tg_check()
H A Debt_dnat.c61 static int ebt_dnat_tg_check(const struct xt_tgchk_param *par) in ebt_dnat_tg_check()
H A Debt_arpreply.c62 static int ebt_arpreply_tg_check(const struct xt_tgchk_param *par) in ebt_arpreply_tg_check()
H A Debt_mark.c40 static int ebt_mark_tg_check(const struct xt_tgchk_param *par) in ebt_mark_tg_check()
/linux/net/ipv4/netfilter/
H A Dipt_REJECT.c69 static int reject_tg_check(const struct xt_tgchk_param *par) in reject_tg_check()
H A Darpt_mangle.c66 static int checkentry(const struct xt_tgchk_param *par) in checkentry()
/linux/net/ipv6/netfilter/
H A Dip6t_REJECT.c78 static int reject_tg6_check(const struct xt_tgchk_param *par) in reject_tg6_check()

12