Home
last modified time | relevance | path

Searched refs:nf_ip_route (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dnetfilter_ipv4.h26 int nf_ip_route(struct net *net, struct dst_entry **dst, struct flowi *fl,
34 static inline int nf_ip_route(struct net *net, struct dst_entry **dst, in nf_ip_route() function
/openbmc/linux/net/ipv4/
H A Dnetfilter.c86 int nf_ip_route(struct net *net, struct dst_entry **dst, struct flowi *fl, in nf_ip_route() function
95 EXPORT_SYMBOL_GPL(nf_ip_route);
/openbmc/linux/net/netfilter/
H A Dutils.c171 ret = nf_ip_route(net, dst, fl, strict); in nf_route()
H A Dnf_conntrack_h323_main.c690 if (!nf_ip_route(net, (struct dst_entry **)&rt1, in callforward_do_filter()
692 if (!nf_ip_route(net, (struct dst_entry **)&rt2, in callforward_do_filter()
H A Dnf_conntrack_sip.c881 nf_ip_route(net, &dst, &fl, false); in set_expected_rtp_rtcp()
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_reject_ipv4.c230 nf_ip_route(dev_net(skb_in->dev), &dst, &fl, false); in nf_reject_fill_skb_dst()