Searched refs:nf_ip_route (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | netfilter_ipv4.h | 26 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 D | netfilter.c | 86 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 D | utils.c | 171 ret = nf_ip_route(net, dst, fl, strict); in nf_route()
|
H A D | nf_conntrack_h323_main.c | 690 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 D | nf_conntrack_sip.c | 881 nf_ip_route(net, &dst, &fl, false); in set_expected_rtp_rtcp()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nf_reject_ipv4.c | 230 nf_ip_route(dev_net(skb_in->dev), &dst, &fl, false); in nf_reject_fill_skb_dst()
|