Symbol: RTN_UNICAST
drivers/net/ethernet/marvell/prestera/prestera_router.c
182
if (fi->fib_type != RTN_UNICAST)
drivers/net/ethernet/marvell/prestera/prestera_router.c
190
if (fi->fib_type != RTN_UNICAST)
drivers/net/ethernet/marvell/prestera/prestera_router.c
206
if (fi->fib6_type != RTN_UNICAST)
drivers/net/ethernet/marvell/prestera/prestera_router.c
214
if (fi->fib6_type != RTN_UNICAST)
drivers/net/ethernet/marvell/prestera/prestera_router.c
866
case RTN_UNICAST:
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c
134
if (rt->rt_type != RTN_UNICAST) {
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c
336
if (rt->rt_type != RTN_UNICAST) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
4531
fib_nh->nh_parent->fib_type == RTN_UNICAST &&
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
6443
case RTN_UNICAST:
drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c
432
if (rt->rt_type != RTN_UNICAST)
drivers/net/ipvlan/ipvlan_core.c
453
if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) {
drivers/net/vrf.c
978
rth = rt_dst_alloc(dev, 0, RTN_UNICAST, 1);
drivers/net/vxlan/vxlan_core.c
201
ndm->ndm_type = RTN_UNICAST;
drivers/s390/net/qeth_core.h
950
return RTN_UNICAST;
drivers/s390/net/qeth_core_main.c
7022
if (cast_type != RTN_UNICAST)
drivers/s390/net/qeth_l3_main.c
1581
return RTN_UNICAST;
drivers/s390/net/qeth_l3_main.c
1590
RTN_MULTICAST : RTN_UNICAST;
drivers/s390/net/qeth_l3_main.c
1593
RTN_MULTICAST : RTN_UNICAST;
drivers/s390/net/qeth_l3_main.c
1595
return RTN_UNICAST;
drivers/s390/net/qeth_l3_main.c
1666
cast_type = RTN_UNICAST;
net/core/filter.c
2398
if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) {
net/core/filter.c
6299
if (res.type != RTN_UNICAST)
net/core/filter.c
6438
case RTN_UNICAST:
net/core/neighbour.c
2737
ndm->ndm_type = RTN_UNICAST;
net/ipv4/arp.c
692
if (*addr_type != RTN_UNICAST)
net/ipv4/arp.c
864
if (addr_type == RTN_UNICAST &&
net/ipv4/arp.c
908
(addr_type == RTN_UNICAST ||
net/ipv4/arp.c
912
RTN_UNICAST)))))
net/ipv4/fib_frontend.c
1114
tb_id = (type == RTN_UNICAST) ? RT_TABLE_MAIN : RT_TABLE_LOCAL;
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
226
ret = RTN_UNICAST;
net/ipv4/fib_frontend.c
383
if (res.type != RTN_UNICAST) {
net/ipv4/fib_frontend.c
412
if (res.type == RTN_UNICAST)
net/ipv4/fib_frontend.c
535
cfg->fc_type = RTN_UNICAST;
net/ipv4/fib_frontend.c
583
addr_type == RTN_UNICAST)
net/ipv4/fib_semantics.c
1164
if (addr_type != RTN_UNICAST) {
net/ipv4/fib_semantics.c
1213
if (res.type != RTN_UNICAST && res.type != RTN_LOCAL) {
net/ipv4/fib_semantics.c
1453
case RTN_UNICAST:
net/ipv4/fib_semantics.c
2024
fa->fa_type != RTN_UNICAST)
net/ipv4/fib_semantics.c
2220
res->type == RTN_UNICAST)
net/ipv4/fib_semantics.c
93
[RTN_UNICAST] = {
net/ipv4/fib_trie.c
2747
[RTN_UNICAST] = "UNICAST",
net/ipv4/ip_options.c
131
if (inet_addr_type(net, addr) != RTN_UNICAST) {
net/ipv4/ip_options.c
387
if (inet_addr_type(net, addr) == RTN_UNICAST)
net/ipv4/ip_options.c
606
if (rt->rt_type == RTN_UNICAST) {
net/ipv4/ip_options.c
626
if (err || (rt2->rt_type != RTN_UNICAST && 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
41
if (res.type != RTN_UNICAST) {
net/ipv4/netfilter/nft_fib_ipv4.c
137
case RTN_UNICAST:
net/ipv4/route.c
2380
if (res->type != RTN_UNICAST) {
net/ipv4/route.c
2836
res->type = RTN_UNICAST;
net/ipv4/route.c
785
if (inet_addr_type(net, new_gw) != RTN_UNICAST)
net/ipv6/addrconf.c
2490
.fc_type = RTN_UNICAST,
net/ipv6/ndisc.c
342
neigh->type = is_multicast ? RTN_MULTICAST : RTN_UNICAST;
net/ipv6/netfilter/nft_fib_ipv6.c
109
return RTN_UNICAST;
net/ipv6/route.c
1084
[RTN_UNICAST] = 0,
net/ipv6/route.c
3435
res.fib6_type != RTN_UNICAST) {
net/ipv6/route.c
3859
rt->fib6_type = cfg->fc_type ? : RTN_UNICAST;
net/ipv6/route.c
4426
.fc_type = RTN_UNICAST,
net/ipv6/route.c
4492
.fc_type = RTN_UNICAST,
net/ipv6/sit.c
947
if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) {
net/mctp/neigh.c
228
hdr->ndm_type = RTN_UNICAST; // TODO: is loopback RTN_LOCAL?
net/mctp/route.c
1213
case RTN_UNICAST:
net/mctp/route.c
1479
if ((*rtm)->rtm_type != RTN_UNICAST) {
net/mctp/route.c
1626
if (type != RTN_UNICAST)
net/mpls/af_mpls.c
1898
if (rtm->rtm_type != RTN_UNICAST) {
net/mpls/af_mpls.c
2055
rtm->rtm_type = RTN_UNICAST;
net/mpls/af_mpls.c
2249
(filter.rt_type && filter.rt_type != RTN_UNICAST) ||
net/mpls/af_mpls.c
2544
r->rtm_type = RTN_UNICAST;
net/netfilter/ipvs/ip_vs_core.c
755
return (inet_addr_type(net, addr->ip) == RTN_UNICAST);
net/netfilter/ipvs/ip_vs_ctl.c
1423
if (atype != RTN_LOCAL && atype != RTN_UNICAST)
net/phonet/pn_netlink.c
191
rtm->rtm_type = RTN_UNICAST;
net/phonet/pn_netlink.c
255
if (rtm->rtm_table != RT_TABLE_MAIN || rtm->rtm_type != RTN_UNICAST)
tools/testing/selftests/net/ipsec.c
447
req.rt.rtm_type = RTN_UNICAST;
tools/testing/selftests/net/tcp_ao/lib/netlink.c
267
req.rt.rtm_type = RTN_UNICAST;
tools/testing/selftests/net/tuntap_helpers.h
82
ndm->ndm_type = RTN_UNICAST;