Home
last modified time | relevance | path

Searched refs:RTN_UNSPEC (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/net/ipv4/
Dnetfilter.c30 if (addr_type == RTN_UNSPEC) in ip_route_me_harder()
119 return ip_route_me_harder(skb, RTN_UNSPEC); in nf_ip_reroute()
Dfib_semantics.c93 [RTN_UNSPEC] = {
Dfib_trie.c2339 [RTN_UNSPEC] = "UNSPEC",
/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/include/uapi/linux/
Drtnetlink.h199 RTN_UNSPEC, enumerator
/linux-4.1.27/net/decnet/
Ddn_fib.c68 [RTN_UNSPEC] = { .error = 0, .scope = RT_SCOPE_NOWHERE },
/linux-4.1.27/drivers/s390/net/
Dqeth_l2_main.c247 return RTN_UNSPEC; in qeth_l2_get_cast_type()
252 return RTN_UNSPEC; in qeth_l2_get_cast_type()
Dqeth_l3_main.c2734 int cast_type = RTN_UNSPEC; in qeth_l3_get_cast_type()
2751 return RTN_UNSPEC; in qeth_l3_get_cast_type()
3037 if (large_send && (cast_type == RTN_UNSPEC)) { in qeth_l3_hard_start_xmit()