| /linux-6.15/include/linux/ |
| H A D | rtnetlink.h | 20 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
|
| /linux-6.15/net/ipv6/ |
| H A D | addrlabel.c | 632 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6addrlbl_get()
|
| H A D | ip6mr.c | 805 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_destroy_unres() 1048 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_cache_resolve() 2611 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6mr_rtm_getroute()
|
| H A D | addrconf.c | 710 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_netconf_get_devconf() 5589 err = rtnl_unicast(skb, tgt_net, NETLINK_CB(in_skb).portid); in inet6_rtm_getaddr()
|
| H A D | route.c | 6242 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
|
| /linux-6.15/net/mpls/ |
| H A D | af_mpls.c | 1295 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in mpls_netconf_get_devconf() 2402 return rtnl_unicast(skb, net, portid); in mpls_getroute() 2492 err = rtnl_unicast(skb, net, portid); in mpls_getroute()
|
| /linux-6.15/net/ipv4/ |
| H A D | ipmr.c | 756 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_destroy_unres() 1022 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_cache_resolve() 2598 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ipmr_rtm_getroute()
|
| H A D | nexthop.c | 3369 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop() 3840 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop_bucket()
|
| H A D | devinet.c | 2329 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_netconf_get_devconf()
|
| H A D | route.c | 3430 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()
|
| /linux-6.15/net/core/ |
| H A D | net_namespace.c | 1002 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid); in rtnl_net_getid()
|
| H A D | rtnetlink.c | 945 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast() function 951 EXPORT_SYMBOL(rtnl_unicast); 4192 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_getlink() 5199 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtnl_fdb_get() 6294 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_stats_get()
|
| H A D | neighbour.c | 2936 err = rtnl_unicast(skb, net, pid); in neigh_get_reply() 2965 err = rtnl_unicast(skb, net, pid); in pneigh_get_reply()
|
| /linux-6.15/net/bridge/ |
| H A D | br_mdb.c | 1697 return rtnl_unicast(skb, dev_net(dev), portid); in br_mdb_get()
|
| /linux-6.15/drivers/net/vxlan/ |
| H A D | vxlan_mdb.c | 1599 return rtnl_unicast(skb, dev_net(dev), portid); in vxlan_mdb_get()
|
| /linux-6.15/net/sched/ |
| H A D | cls_api.c | 2165 err = rtnl_unicast(skb, net, portid); in tfilter_notify() 3022 err = rtnl_unicast(skb, net, portid); in tc_chain_notify()
|
| H A D | act_api.c | 1678 return rtnl_unicast(skb, net, portid); in tcf_get_notify()
|
| /linux-6.15/net/dcb/ |
| H A D | dcbnl.c | 1965 ret = rtnl_unicast(reply_skb, net, portid); in dcb_doit()
|