Searched refs:RTN_UNSPEC (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/net/ipv4/ |
A D | netfilter.c | 34 if (addr_type == RTN_UNSPEC) in ip_route_me_harder()
|
A D | fib_semantics.c | 100 [RTN_UNSPEC] = {
|
A D | fib_trie.c | 2769 [RTN_UNSPEC] = "UNSPEC",
|
A D | route.c | 2632 .type = RTN_UNSPEC, in ip_route_output_key_hash()
|
/linux-6.3-rc2/net/ipv4/netfilter/ |
A D | iptable_mangle.c | 62 err = ip_route_me_harder(state->net, state->sk, skb, RTN_UNSPEC); in ipt_mangle_out()
|
A D | nf_reject_ipv4.c | 273 if (ip_route_me_harder(net, sk, nskb, RTN_UNSPEC)) in nf_send_reset()
|
/linux-6.3-rc2/net/netfilter/ |
A D | nft_chain_route.c | 45 err = ip_route_me_harder(state->net, state->sk, skb, RTN_UNSPEC); in nf_route_table_hook4()
|
A D | utils.c | 195 skb, RTN_UNSPEC); in nf_ip_reroute()
|
A D | nf_nat_proto.c | 773 err = ip_route_me_harder(state->net, state->sk, skb, RTN_UNSPEC); in nf_nat_ipv4_local_fn()
|
A D | nf_synproxy_core.c | 431 if (ip_route_me_harder(net, nskb->sk, nskb, RTN_UNSPEC)) in synproxy_send_tcp()
|
/linux-6.3-rc2/net/ipv6/netfilter/ |
A D | nft_fib_ipv6.c | 111 return RTN_UNSPEC; in __nft_fib6_eval_type()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | rtnetlink.h | 254 RTN_UNSPEC, enumerator
|
/linux-6.3-rc2/net/mctp/test/ |
A D | route-test.c | 53 rt->rt.type = RTN_UNSPEC; in mctp_test_create_route()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/prestera/ |
A D | prestera_router.c | 387 return RTN_UNSPEC; in prestera_kern_fib_info_type()
|
/linux-6.3-rc2/net/ipv6/ |
A D | route.c | 1030 [RTN_UNSPEC] = 0,
|
Completed in 46 milliseconds