Searched refs:rtnl_unicast (Results 1 – 13 of 13) sorted by relevance
/linux/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/net/ipv6/ |
H A D | ip6mr.c | 815 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_destroy_unres() 1058 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ip6mr_cache_resolve() 2621 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6mr_rtm_getroute()
|
H A D | addrconf.c | 708 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_netconf_get_devconf() 5581 err = rtnl_unicast(skb, tgt_net, NETLINK_CB(in_skb).portid); in inet6_rtm_getaddr()
|
H A D | route.c | 6202 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
|
/linux/net/ipv4/ |
H A D | ipmr.c | 766 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_destroy_unres() 1032 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_cache_resolve() 2608 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ipmr_rtm_getroute()
|
H A D | nexthop.c | 3329 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop() 3800 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop_bucket()
|
H A D | devinet.c | 2282 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/net/core/ |
H A D | rtnetlink.c | 939 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast() function 945 EXPORT_SYMBOL(rtnl_unicast); 4149 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_getlink() 5156 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtnl_fdb_get() 6251 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_stats_get()
|
H A D | net_namespace.c | 1000 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid); in rtnl_net_getid()
|
H A D | neighbour.c | 2942 err = rtnl_unicast(skb, net, pid); in neigh_get_reply() 2971 err = rtnl_unicast(skb, net, pid); in pneigh_get_reply()
|
/linux/net/bridge/ |
H A D | br_mdb.c | 1697 return rtnl_unicast(skb, dev_net(dev), portid); in br_mdb_get()
|
/linux/net/sched/ |
H A D | cls_api.c | 2136 err = rtnl_unicast(skb, net, portid); in tfilter_notify() 2998 err = rtnl_unicast(skb, net, portid); in tc_chain_notify()
|