Symbol: RTN_LOCAL
drivers/infiniband/core/addr.c
441
return dst_rtable(dst)->rt_type == RTN_LOCAL;
drivers/net/ethernet/marvell/prestera/prestera_router.c
909
case RTN_LOCAL:
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
6409
case RTN_LOCAL:
drivers/net/ipvlan/ipvlan_core.c
453
if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) {
include/net/inet_sock.h
448
addr_type == RTN_LOCAL ||
net/core/filter.c
2398
if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) {
net/ipv4/arp.c
353
ip_hdr(skb)->saddr) == RTN_LOCAL)
net/ipv4/arp.c
361
saddr) == RTN_LOCAL) {
net/ipv4/arp.c
833
inet_addr_type_dev_table(net, dev, tip) == RTN_LOCAL &&
net/ipv4/arp.c
846
if (addr_type == RTN_LOCAL) {
net/ipv4/devinet.c
161
res.type == RTN_LOCAL)
net/ipv4/fib_frontend.c
1122
if (type != RTN_LOCAL)
net/ipv4/fib_frontend.c
1150
fib_magic(RTM_NEWROUTE, RTN_LOCAL, addr, 32, prim, 0);
net/ipv4/fib_frontend.c
1166
dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST,
net/ipv4/fib_frontend.c
1193
dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST,
net/ipv4/fib_frontend.c
1198
dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST,
net/ipv4/fib_frontend.c
1242
dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST,
net/ipv4/fib_frontend.c
1341
fib_magic(RTM_DELROUTE, RTN_LOCAL, ifa->ifa_local, 32, prim, 0);
net/ipv4/fib_frontend.c
1346
if (gone && addr_type != RTN_LOCAL) {
net/ipv4/fib_frontend.c
384
if (res.type != RTN_LOCAL) {
net/ipv4/fib_frontend.c
398
dev_match = dev_match || (res.type == RTN_LOCAL &&
net/ipv4/fib_frontend.c
932
if (!err && cfg.fc_type == RTN_LOCAL)
net/ipv4/fib_semantics.c
1213
if (res.type != RTN_UNICAST && res.type != RTN_LOCAL) {
net/ipv4/fib_semantics.c
1323
if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst ||
net/ipv4/fib_semantics.c
1334
if (rc != RTN_LOCAL && tb_id != RT_TABLE_LOCAL) {
net/ipv4/fib_semantics.c
1339
if (rc != RTN_LOCAL)
net/ipv4/fib_semantics.c
1454
case RTN_LOCAL:
net/ipv4/fib_semantics.c
97
[RTN_LOCAL] = {
net/ipv4/fib_trie.c
2748
[RTN_LOCAL] = "LOCAL",
net/ipv4/icmp.c
534
fl4->daddr) == RTN_LOCAL)
net/ipv4/icmp.c
546
fl4_dec.saddr) == RTN_LOCAL) {
net/ipv4/icmp.c
591
if (!err && rt2 && rt2->rt_type == RTN_LOCAL) {
net/ipv4/ip_fragment.c
181
(skb_rtable(head)->rt_type != RTN_LOCAL))
net/ipv4/ip_options.c
612
if (rt->rt_type != RTN_LOCAL)
net/ipv4/ip_options.c
626
if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) {
net/ipv4/ip_options.c
632
if (rt2->rt_type != RTN_LOCAL)
net/ipv4/netfilter.c
38
if (addr_type == RTN_LOCAL || addr_type == RTN_UNICAST)
net/ipv4/netfilter/ipt_rpfilter.c
42
if (res.type != RTN_LOCAL || !(flags & XT_RPFILTER_ACCEPT_LOCAL))
net/ipv4/netfilter/nft_fib_ipv4.c
139
case RTN_LOCAL: /* Should not see RTN_LOCAL here */
net/ipv4/ping.c
330
(chk_addr_ret != RTN_LOCAL &&
net/ipv4/route.c
2368
if (res->type == RTN_LOCAL) {
net/ipv4/route.c
2609
} else if ((type == RTN_LOCAL) && (orig_oif != 0) &&
net/ipv4/route.c
2804
res->type = RTN_LOCAL;
net/ipv4/route.c
2843
if (res->type == RTN_LOCAL) {
net/ipv4/tcp_ipv4.c
745
if (!sk && skb_rtable(skb)->rt_type != RTN_LOCAL)
net/ipv6/ndisc.c
355
neigh->type = RTN_LOCAL;
net/ipv6/netfilter/nft_fib_ipv6.c
87
ret = RTN_LOCAL;
net/ipv6/netfilter/nft_fib_ipv6.c
99
ret = RTN_LOCAL;
net/ipv6/route.c
1085
[RTN_LOCAL] = 0,
net/ipv6/route.c
1148
if (res->fib6_type == RTN_LOCAL || res->fib6_type == RTN_ANYCAST) {
net/ipv6/route.c
4698
cfg.fc_type = RTN_LOCAL;
net/ipv6/route.c
5230
if (rtm->rtm_type == RTN_LOCAL)
net/ipv6/sit.c
947
if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) {
net/l2tp/l2tp_ip.c
296
if (addr->l2tp_addr.s_addr && chk_addr_ret != RTN_LOCAL &&
net/mctp/route.c
1210
case RTN_LOCAL:
net/mctp/route.c
1277
rt->type = RTN_LOCAL;
net/mctp/route.c
1291
addr, 0, RTN_LOCAL);
net/netfilter/ipvs/ip_vs_core.c
916
ip_route_me_harder(ipvs->net, skb->sk, skb, RTN_LOCAL) != 0)
net/netfilter/ipvs/ip_vs_ctl.c
1423
if (atype != RTN_LOCAL && atype != RTN_UNICAST)
net/rds/tcp.c
350
if (inet_addr_type(net, addr->s6_addr32[3]) == RTN_LOCAL)
net/sctp/protocol.c
362
ret != RTN_LOCAL &&
tools/testing/selftests/net/tun.c
361
rtm_type == RTN_LOCAL)