Searched refs:rtnl_unicast (Results 1 – 15 of 15) sorted by relevance
| /linux/include/linux/ |
| H A D | rtnetlink.h | 20 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
|
| /linux/net/ipv6/ |
| H A D | addrlabel.c | 622 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6addrlbl_get()
|
| H A D | addrconf.c | 712 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_netconf_get_devconf() 5597 err = rtnl_unicast(skb, tgt_net, NETLINK_CB(in_skb).portid); in inet6_rtm_getaddr()
|
| H A D | route.c | 6345 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
|
| /linux/net/mpls/ |
| H A D | af_mpls.c | 1332 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in mpls_netconf_get_devconf() 2472 err = rtnl_unicast(skb, net, portid); in mpls_getroute() 2563 err = rtnl_unicast(skb, net, portid); in mpls_getroute()
|
| /linux/net/ipv4/ |
| H A D | ipmr.c | 777 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_destroy_unres() 1043 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_cache_resolve() 2768 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ipmr_rtm_getroute()
|
| H A D | nexthop.c | 3414 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop() 3915 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop_bucket()
|
| /linux/net/core/ |
| H A D | rtnetlink.c | 951 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast() function 957 EXPORT_SYMBOL(rtnl_unicast); 4237 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_getlink() 5241 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtnl_fdb_get() 6335 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_stats_get()
|
| H A D | net_namespace.c | 1062 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid); in rtnl_net_getid()
|
| H A D | neighbour.c | 3144 return rtnl_unicast(skb, net, pid); in neigh_get()
|
| /linux/net/bridge/ |
| H A D | br_mdb.c | 1715 return rtnl_unicast(skb, dev_net(dev), portid); in br_mdb_get()
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_mdb.c | 1599 return rtnl_unicast(skb, dev_net(dev), portid); in vxlan_mdb_get()
|
| /linux/net/sched/ |
| H A D | cls_api.c | 2165 err = rtnl_unicast(skb, net, portid); in tfilter_notify() 3030 err = rtnl_unicast(skb, net, portid); in tc_chain_notify()
|
| H A D | act_api.c | 1703 return rtnl_unicast(skb, net, portid); in tcf_get_notify()
|
| /linux/net/dcb/ |
| H A D | dcbnl.c | 1964 ret = rtnl_unicast(reply_skb, net, portid); in dcb_doit()
|