Searched refs:rtnl_unicast (Results 1 – 12 of 12) 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 | 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() 2738 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ip6mr_rtm_getroute()
|
| H A D | route.c | 6336 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
|
| /linux/net/mpls/ |
| H A D | af_mpls.c | 1320 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in mpls_netconf_dump_devconf() 2461 err = rtnl_unicast(skb, net, portid); in mpls_getroute() 2552 err = rtnl_unicast(skb, net, portid); in resize_platform_label_table()
|
| /linux/net/core/ |
| 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); 4199 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_getlink() 5203 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtnl_fdb_get() 6297 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_stats_get()
|
| H A D | net_namespace.c | 1056 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid); in rtnl_net_getid()
|
| H A D | neighbour.c | 3115 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);
|
| /linux/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()
|
| /linux/net/ipv4/ |
| H A D | devinet.c | 2328 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_netconf_get_devconf()
|
| H A D | route.c | 3450 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()
|