Home
last modified time | relevance | path

Searched refs:xt_out (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dxt_MASQUERADE.c46 xt_out(par)); in masquerade_tg()
58 return nf_nat_masquerade_ipv6(skb, par->targinfo, xt_out(par)); in masquerade_tg6()
H A Dxt_osf.c31 xt_out(p), p->matchinfo, xt_net(p), nf_osf_fingers); in xt_osf_match_packet()
H A Dxt_devgroup.c29 (((info->dst_group ^ xt_out(par)->group) & info->dst_mask ? 1 : 0) ^ in devgroup_mt()
H A Dxt_NFLOG.c37 xt_out(par), &li, "%s", info->prefix); in nflog_tg()
H A Dxt_LOG.c40 xt_out(par), &li, "%s", loginfo->prefix); in log_tg()
H A Dxt_addrtype.c140 dev = xt_out(par); in addrtype_mt_v1()
H A Dxt_recent.c272 if (xt_out(par) != NULL && in recent_mt()
/openbmc/linux/net/bridge/netfilter/
H A Debt_log.c195 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()
H A Debt_nflog.c37 xt_out(par), &li, "%s", info->prefix); in ebt_nflog_tg()
/openbmc/linux/include/linux/netfilter/
H A Dx_tables.h59 static inline struct net_device *xt_out(const struct xt_action_param *par) in xt_out() function