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
337
if (rt->rt_type != RTN_UNICAST) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
4530
fib_nh->nh_parent->fib_type == RTN_UNICAST &&
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
6442
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
1028
rth = rt_dst_alloc(dev, 0, RTN_UNICAST, 1);
drivers/net/vxlan/vxlan_core.c
202
ndm->ndm_type = RTN_UNICAST;
drivers/s390/net/qeth_core.h
950
return RTN_UNICAST;
drivers/s390/net/qeth_core_main.c
7019
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/atm/clip.c
308
if (neigh->type != RTN_UNICAST)
net/core/filter.c
2394
if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) {
net/core/filter.c
6177
if (res.type != RTN_UNICAST)
net/core/filter.c
6317
case RTN_UNICAST:
net/core/neighbour.c
2745
ndm->ndm_type = RTN_UNICAST;
net/ipv4/arp.c
693
if (*addr_type != RTN_UNICAST)
net/ipv4/arp.c
865
if (addr_type == RTN_UNICAST &&
net/ipv4/arp.c
909
(addr_type == RTN_UNICAST ||
net/ipv4/arp.c
913
RTN_UNICAST)))))
net/ipv4/fib_frontend.c
1120
tb_id = (type == RTN_UNICAST) ? RT_TABLE_MAIN : RT_TABLE_LOCAL;
net/ipv4/fib_frontend.c
1172
dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST,
net/ipv4/fib_frontend.c
1199
dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST,
net/ipv4/fib_frontend.c
1204
dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST,
net/ipv4/fib_frontend.c
1248
dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST,
net/ipv4/fib_frontend.c
225
ret = RTN_UNICAST;
net/ipv4/fib_frontend.c
382
if (res.type != RTN_UNICAST) {
net/ipv4/fib_frontend.c
411
if (res.type == RTN_UNICAST)
net/ipv4/fib_frontend.c
534
cfg->fc_type = RTN_UNICAST;
net/ipv4/fib_frontend.c
582
addr_type == RTN_UNICAST)
net/ipv4/fib_semantics.c
1167
if (addr_type != RTN_UNICAST) {
net/ipv4/fib_semantics.c
1216
if (res.type != RTN_UNICAST && res.type != RTN_LOCAL) {
net/ipv4/fib_semantics.c
1456
case RTN_UNICAST:
net/ipv4/fib_semantics.c
2029
fa->fa_type != RTN_UNICAST)
net/ipv4/fib_semantics.c
2224
res->type == RTN_UNICAST)
net/ipv4/fib_semantics.c
93
[RTN_UNICAST] = {
net/ipv4/fib_trie.c
2749
[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
602
if (rt->rt_type == RTN_UNICAST) {
net/ipv4/ip_options.c
622
if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) {
net/ipv4/netfilter.c
37
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
2385
if (res->type != RTN_UNICAST) {
net/ipv4/route.c
2841
res->type = RTN_UNICAST;
net/ipv4/route.c
785
if (inet_addr_type(net, new_gw) != RTN_UNICAST)
net/ipv6/addrconf.c
2473
.fc_type = RTN_UNICAST,
net/ipv6/ndisc.c
342
neigh->type = is_multicast ? RTN_MULTICAST : RTN_UNICAST;
net/ipv6/netfilter/nft_fib_ipv6.c
108
return RTN_UNICAST;
net/ipv6/route.c
1080
[RTN_UNICAST] = 0,
net/ipv6/route.c
3425
res.fib6_type != RTN_UNICAST) {
net/ipv6/route.c
3844
rt->fib6_type = cfg->fc_type ? : RTN_UNICAST;
net/ipv6/route.c
4411
.fc_type = RTN_UNICAST,
net/ipv6/route.c
4477
.fc_type = RTN_UNICAST,
net/ipv6/sit.c
946
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
1219
case RTN_UNICAST:
net/mctp/route.c
1483
if ((*rtm)->rtm_type != RTN_UNICAST) {
net/mctp/route.c
1630
if (type != RTN_UNICAST)
net/mpls/af_mpls.c
1900
if (rtm->rtm_type != RTN_UNICAST) {
net/mpls/af_mpls.c
2057
rtm->rtm_type = RTN_UNICAST;
net/mpls/af_mpls.c
2250
(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
576
return (inet_addr_type(net, addr->ip) == RTN_UNICAST);
net/netfilter/ipvs/ip_vs_ctl.c
1078
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
450
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;