Searched refs:RTN_UNSPEC (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | netfilter.c | 29 if (addr_type == RTN_UNSPEC) in ip_route_me_harder() 118 return ip_route_me_harder(net, skb, RTN_UNSPEC); in nf_ip_reroute()
|
D | fib_semantics.c | 93 [RTN_UNSPEC] = {
|
D | fib_trie.c | 2359 [RTN_UNSPEC] = "UNSPEC",
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nft_chain_route_ipv4.c | 56 if (ip_route_me_harder(state->net, skb, RTN_UNSPEC)) in nf_route_table_hook()
|
D | iptable_mangle.c | 70 err = ip_route_me_harder(state->net, skb, RTN_UNSPEC); in ipt_mangle_out()
|
D | nf_reject_ipv4.c | 132 if (ip_route_me_harder(net, nskb, RTN_UNSPEC)) in nf_send_reset()
|
D | nf_nat_l3proto_ipv4.c | 434 err = ip_route_me_harder(state->net, skb, RTN_UNSPEC); in nf_nat_ipv4_local_fn()
|
D | ipt_SYNPROXY.c | 57 if (ip_route_me_harder(net, nskb, RTN_UNSPEC)) in synproxy_send_tcp()
|
/linux-4.4.14/include/uapi/linux/ |
D | rtnetlink.h | 199 RTN_UNSPEC, enumerator
|
/linux-4.4.14/net/decnet/ |
D | dn_fib.c | 68 [RTN_UNSPEC] = { .error = 0, .scope = RT_SCOPE_NOWHERE },
|
/linux-4.4.14/drivers/s390/net/ |
D | qeth_l2_main.c | 244 return RTN_UNSPEC; in qeth_l2_get_cast_type() 249 return RTN_UNSPEC; in qeth_l2_get_cast_type()
|
D | qeth_l3_main.c | 2624 int cast_type = RTN_UNSPEC; in qeth_l3_get_cast_type() 2641 return RTN_UNSPEC; in qeth_l3_get_cast_type() 2927 if (large_send && (cast_type == RTN_UNSPEC)) { in qeth_l3_hard_start_xmit()
|