Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dxt_ecn.c90 const struct ipt_ip *ip = par->entryinfo; in ecn_mt_check4()
132 const struct ip6t_ip6 *ip = par->entryinfo; in ecn_mt_check6()
Dxt_multiport.c116 const struct ipt_ip *ip = par->entryinfo; in multiport_mt_check()
125 const struct ip6t_ip6 *ip = par->entryinfo; in multiport_mt6_check()
Dxt_l2tp.c261 const struct ipt_entry *e = par->entryinfo; in l2tp_mt_check4()
288 const struct ip6t_entry *e = par->entryinfo; in l2tp_mt_check6()
Dxt_TCPMSS.c269 const struct ipt_entry *e = par->entryinfo; in tcpmss_tg4_check()
294 const struct ip6t_entry *e = par->entryinfo; in tcpmss_tg6_check()
Dxt_CT.c60 const struct ipt_entry *e = par->entryinfo; in xt_ct_find_proto()
66 const struct ip6t_entry *e = par->entryinfo; in xt_ct_find_proto()
Dxt_TPROXY.c518 const struct ip6t_ip6 *i = par->entryinfo; in tproxy_tg6_check()
532 const struct ipt_ip *i = par->entryinfo; in tproxy_tg4_check()
Dnft_compat.c151 par->entryinfo = entry; in nft_target_set_tgchk_param()
368 par->entryinfo = entry; in nft_match_set_mtchk_param()
/linux-4.4.14/net/ipv4/netfilter/
Dipt_REJECT.c74 const struct ipt_entry *e = par->entryinfo; in reject_tg_check()
Dipt_ECN.c99 const struct ipt_entry *e = par->entryinfo; in ecn_tg_check()
Dipt_SYNPROXY.c412 const struct ipt_entry *e = par->entryinfo; in synproxy_tg4_check()
Dip_tables.c593 const struct ipt_ip *ip = par->entryinfo; in check_match()
638 .entryinfo = e, in check_target()
674 mtpar.entryinfo = &e->ip; in find_check_entry()
Dipt_CLUSTERIP.c366 const struct ipt_entry *e = par->entryinfo; in clusterip_tg_check()
Darp_tables.c503 .entryinfo = e, in check_target()
/linux-4.4.14/net/ipv6/netfilter/
Dip6t_REJECT.c80 const struct ip6t_entry *e = par->entryinfo; in reject_tg6_check()
Dip6t_SYNPROXY.c432 const struct ip6t_entry *e = par->entryinfo; in synproxy_tg6_check()
Dip6_tables.c604 const struct ip6t_ip6 *ipv6 = par->entryinfo; in check_match()
650 .entryinfo = e, in check_target()
687 mtpar.entryinfo = &e->ipv6; in find_check_entry()
/linux-4.4.14/net/bridge/netfilter/
Debt_arpreply.c63 const struct ebt_entry *e = par->entryinfo; in ebt_arpreply_tg_check()
Debt_vlan.c91 const struct ebt_entry *e = par->entryinfo; in ebt_vlan_mt_check()
Debt_ip.c83 const struct ebt_entry *e = par->entryinfo; in ebt_ip_mt_check()
Debt_arp.c106 const struct ebt_entry *e = par->entryinfo; in ebt_arp_mt_check()
Debt_ip6.c102 const struct ebt_entry *e = par->entryinfo; in ebt_ip6_mt_check()
Debt_stp.c161 const struct ebt_entry *e = par->entryinfo; in ebt_stp_mt_check()
Debtables.c364 const struct ebt_entry *e = par->entryinfo; in ebt_check_match()
395 const struct ebt_entry *e = par->entryinfo; in ebt_check_watcher()
706 mtpar.entryinfo = tgpar.entryinfo = e; in ebt_check_entry()
/linux-4.4.14/include/linux/netfilter/
Dx_tables.h62 const void *entryinfo; member
93 const void *entryinfo; member
/linux-4.4.14/net/sched/
Dact_ipt.c46 par.entryinfo = NULL; in ipt_init_target()