Searched refs:rtnl_unicast (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | rtnetlink.h | 13 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
|
/linux-6.3-rc2/net/ipv6/ |
A D | addrlabel.c | 629 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6addrlbl_get()
|
A 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() 2602 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6mr_rtm_getroute()
|
A D | addrconf.c | 700 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_netconf_get_devconf() 5477 err = rtnl_unicast(skb, tgt_net, NETLINK_CB(in_skb).portid); in inet6_rtm_getaddr()
|
A D | route.c | 6150 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
|
/linux-6.3-rc2/net/mpls/ |
A D | af_mpls.c | 1295 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in mpls_netconf_get_devconf() 2417 return rtnl_unicast(skb, net, portid); in mpls_getroute() 2507 err = rtnl_unicast(skb, net, portid); in mpls_getroute()
|
/linux-6.3-rc2/net/sched/ |
A D | cls_api.c | 2046 err = rtnl_unicast(skb, net, portid); in tfilter_notify() 2082 err = rtnl_unicast(skb, net, portid); in tfilter_del_notify() 2899 err = rtnl_unicast(skb, net, portid); in tc_chain_notify() 2927 return rtnl_unicast(skb, net, portid); in tc_chain_notify_delete()
|
A D | act_api.c | 1631 return rtnl_unicast(skb, net, portid); in tcf_get_notify()
|
/linux-6.3-rc2/net/ipv4/ |
A 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() 2565 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ipmr_rtm_getroute()
|
A D | nexthop.c | 3044 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop() 3541 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop_bucket()
|
A D | devinet.c | 2223 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_netconf_get_devconf()
|
A D | route.c | 3437 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()
|
/linux-6.3-rc2/net/core/ |
A D | rtnetlink.c | 755 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast() function 761 EXPORT_SYMBOL(rtnl_unicast); 3781 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_getlink() 4795 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtnl_fdb_get() 5890 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_stats_get()
|
A D | net_namespace.c | 957 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid); in rtnl_net_getid()
|
A D | neighbour.c | 3009 err = rtnl_unicast(skb, net, pid); in neigh_get_reply() 3038 err = rtnl_unicast(skb, net, pid); in pneigh_get_reply()
|
/linux-6.3-rc2/net/dcb/ |
A D | dcbnl.c | 1965 ret = rtnl_unicast(reply_skb, net, portid); in dcb_doit()
|
Completed in 111 milliseconds