Searched refs:rtnl_unicast (Results 1 – 16 of 16) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | rtnetlink.h | 13 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
|
| /Linux-v6.6/net/ipv6/ |
| D | addrlabel.c | 629 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6addrlbl_get()
|
| D | ip6mr.c | 787 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_destroy_unres() 1030 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_cache_resolve() 2592 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6mr_rtm_getroute()
|
| D | addrconf.c | 701 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_netconf_get_devconf() 5519 err = rtnl_unicast(skb, tgt_net, NETLINK_CB(in_skb).portid); in inet6_rtm_getaddr()
|
| D | route.c | 6155 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
|
| /Linux-v6.6/net/mpls/ |
| D | af_mpls.c | 1296 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in mpls_netconf_get_devconf() 2419 return rtnl_unicast(skb, net, portid); in mpls_getroute() 2509 err = rtnl_unicast(skb, net, portid); in mpls_getroute()
|
| /Linux-v6.6/net/sched/ |
| D | cls_api.c | 2047 err = rtnl_unicast(skb, net, portid); in tfilter_notify() 2083 err = rtnl_unicast(skb, net, portid); in tfilter_del_notify() 2900 err = rtnl_unicast(skb, net, portid); in tc_chain_notify() 2928 return rtnl_unicast(skb, net, portid); in tc_chain_notify_delete()
|
| D | act_api.c | 1631 return rtnl_unicast(skb, net, portid); in tcf_get_notify()
|
| /Linux-v6.6/net/ipv4/ |
| D | ipmr.c | 739 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_destroy_unres() 1005 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_cache_resolve() 2579 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ipmr_rtm_getroute()
|
| D | nexthop.c | 3067 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop() 3544 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop_bucket()
|
| D | devinet.c | 2243 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_netconf_get_devconf()
|
| D | route.c | 3438 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()
|
| /Linux-v6.6/net/core/ |
| D | rtnetlink.c | 758 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast() function 764 EXPORT_SYMBOL(rtnl_unicast); 3829 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_getlink() 4850 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtnl_fdb_get() 5947 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_stats_get()
|
| D | net_namespace.c | 956 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid); in rtnl_net_getid()
|
| D | neighbour.c | 2983 err = rtnl_unicast(skb, net, pid); in neigh_get_reply() 3012 err = rtnl_unicast(skb, net, pid); in pneigh_get_reply()
|
| /Linux-v6.6/net/dcb/ |
| D | dcbnl.c | 1965 ret = rtnl_unicast(reply_skb, net, portid); in dcb_doit()
|