Home
last modified time | relevance | path

Searched refs:ip_route_me_harder (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/net/ipv4/
Dnetfilter.c20 int ip_route_me_harder(struct sk_buff *skb, unsigned int addr_type) in ip_route_me_harder() function
78 EXPORT_SYMBOL(ip_route_me_harder);
119 return ip_route_me_harder(skb, RTN_UNSPEC); in nf_ip_reroute()
/linux-4.1.27/include/linux/
Dnetfilter_ipv4.h9 int ip_route_me_harder(struct sk_buff *skb, unsigned addr_type);
/linux-4.1.27/net/ipv4/netfilter/
Dnft_chain_route_ipv4.c56 if (ip_route_me_harder(skb, RTN_UNSPEC)) in nf_route_table_hook()
Diptable_mangle.c72 err = ip_route_me_harder(skb, RTN_UNSPEC); in ipt_mangle_out()
Dnf_reject_ipv4.c132 if (ip_route_me_harder(nskb, RTN_UNSPEC)) in nf_send_reset()
Dnf_nat_l3proto_ipv4.c434 err = ip_route_me_harder(skb, RTN_UNSPEC); in nf_nat_ipv4_local_fn()
Dipt_SYNPROXY.c54 if (ip_route_me_harder(nskb, RTN_UNSPEC)) in synproxy_send_tcp()
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_core.c698 ip_route_me_harder(skb, RTN_LOCAL) != 0) in ip_vs_route_me_harder()