Symbol: rtnl_unicast
drivers/net/vxlan/vxlan_mdb.c
1605
return rtnl_unicast(skb, dev_net(dev), portid);
include/linux/rtnetlink.h
20
extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
net/bridge/br_mdb.c
1715
return rtnl_unicast(skb, dev_net(dev), portid);
net/core/neighbour.c
3137
return rtnl_unicast(skb, net, pid);
net/core/net_namespace.c
1062
err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid);
net/core/rtnetlink.c
4314
err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid);
net/core/rtnetlink.c
5320
return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
net/core/rtnetlink.c
6415
err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid);
net/core/rtnetlink.c
956
EXPORT_SYMBOL(rtnl_unicast);
net/dcb/dcbnl.c
1964
ret = rtnl_unicast(reply_skb, net, portid);
net/ipv4/devinet.c
2428
err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
net/ipv4/ipmr.c
1044
rtnl_unicast(skb, net, NETLINK_CB(skb).portid);
net/ipv4/ipmr.c
2771
err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
net/ipv4/ipmr.c
778
rtnl_unicast(skb, net, NETLINK_CB(skb).portid);
net/ipv4/nexthop.c
3447
err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
net/ipv4/nexthop.c
3948
return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
net/ipv4/route.c
3445
err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
net/ipv6/addrconf.c
5620
err = rtnl_unicast(skb, tgt_net, NETLINK_CB(in_skb).portid);
net/ipv6/addrconf.c
712
err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
net/ipv6/addrlabel.c
622
err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
net/ipv6/ip6mr.c
1074
rtnl_unicast(skb, net, NETLINK_CB(skb).portid);
net/ipv6/ip6mr.c
2781
return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
net/ipv6/ip6mr.c
831
rtnl_unicast(skb, net, NETLINK_CB(skb).portid);
net/ipv6/route.c
6355
err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
net/mpls/af_mpls.c
1334
err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
net/mpls/af_mpls.c
2475
err = rtnl_unicast(skb, net, portid);
net/mpls/af_mpls.c
2567
err = rtnl_unicast(skb, net, portid);
net/sched/act_api.c
1703
return rtnl_unicast(skb, net, portid);
net/sched/cls_api.c
2165
err = rtnl_unicast(skb, net, portid);
net/sched/cls_api.c
3030
err = rtnl_unicast(skb, net, portid);