Searched refs:xt_out (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/net/netfilter/ |
D | xt_MASQUERADE.c | 46 xt_out(par)); in masquerade_tg() 58 return nf_nat_masquerade_ipv6(skb, par->targinfo, xt_out(par)); in masquerade_tg6()
|
D | xt_osf.c | 31 xt_out(p), p->matchinfo, xt_net(p), nf_osf_fingers); in xt_osf_match_packet()
|
D | xt_devgroup.c | 29 (((info->dst_group ^ xt_out(par)->group) & info->dst_mask ? 1 : 0) ^ in devgroup_mt()
|
D | xt_NFLOG.c | 37 xt_out(par), &li, "%s", info->prefix); in nflog_tg()
|
D | xt_LOG.c | 40 xt_out(par), &li, "%s", loginfo->prefix); in log_tg()
|
D | xt_addrtype.c | 140 dev = xt_out(par); in addrtype_mt_v1()
|
D | xt_recent.c | 272 if (xt_out(par) != NULL && in recent_mt()
|
/linux-5.19.10/net/bridge/netfilter/ |
D | ebt_log.c | 195 xt_in(par), xt_out(par), &li, "%s", in ebt_log_tg() 199 xt_in(par), xt_out(par), &li, info->prefix); in ebt_log_tg()
|
D | ebt_nflog.c | 37 xt_out(par), &li, "%s", info->prefix); in ebt_nflog_tg()
|
/linux-5.19.10/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
|