Searched refs:xt_out (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/net/bridge/netfilter/ |
D | ebt_log.c | 194 xt_in(par), xt_out(par), &li, "%s", in ebt_log_tg() 198 xt_in(par), xt_out(par), &li, info->prefix); in ebt_log_tg()
|
D | ebt_nflog.c | 36 xt_out(par), &li, "%s", info->prefix); in ebt_nflog_tg()
|
/Linux-v4.19/net/netfilter/ |
D | xt_osf.c | 50 xt_out(p), info, net, nf_osf_fingers); in xt_osf_match_packet()
|
D | xt_devgroup.c | 32 (((info->dst_group ^ xt_out(par)->group) & info->dst_mask ? 1 : 0) ^ in devgroup_mt()
|
D | xt_NFLOG.c | 40 xt_out(par), &li, "%s", info->prefix); in nflog_tg()
|
D | xt_LOG.c | 43 xt_out(par), &li, "%s", loginfo->prefix); in log_tg()
|
D | xt_addrtype.c | 149 dev = xt_out(par); in addrtype_mt_v1()
|
D | xt_recent.c | 268 if (xt_out(par) != NULL && in recent_mt()
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | ip6t_MASQUERADE.c | 27 return nf_nat_masquerade_ipv6(skb, par->targinfo, xt_out(par)); in masquerade_tg6()
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | ipt_MASQUERADE.c | 59 xt_out(par)); in masquerade_tg()
|
/Linux-v4.19/include/linux/netfilter/ |
D | x_tables.h | 59 static inline struct net_device *xt_out(const struct xt_action_param *par) in xt_out() function
|