Searched refs:rtnl_unicast (Results 1 – 16 of 16) 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() 5622 err = rtnl_unicast(skb, tgt_net, NETLINK_CB(in_skb).portid); in inet6_rtm_getaddr()
|
| H A D | route.c | 6376 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet6_rtm_getroute()
|
| /linux/net/mpls/ |
| H A D | af_mpls.c | 1336 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in mpls_netconf_get_devconf() 2477 err = rtnl_unicast(skb, net, portid); in mpls_getroute() 2569 err = rtnl_unicast(skb, net, portid); in mpls_getroute()
|
| /linux/net/ipv4/ |
| H A D | ipmr.c | 778 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_destroy_unres() 1044 rtnl_unicast(skb, net, NETLINK_CB(skb).portid); in ipmr_cache_resolve() 2774 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in ipmr_rtm_getroute()
|
| H A D | nexthop.c | 3465 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop() 3966 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtm_get_nexthop_bucket()
|
| H A D | devinet.c | 2428 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_netconf_get_devconf()
|
| H A D | route.c | 3479 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()
|
| /linux/net/core/ |
| H A D | net_namespace.c | 1066 err = rtnl_unicast(msg, net, NETLINK_CB(skb).portid); in rtnl_net_getid()
|
| H A D | rtnetlink.c | 981 int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid) in rtnl_unicast() function 987 EXPORT_SYMBOL(rtnl_unicast); 4370 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_getlink() 5376 return rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in rtnl_fdb_get() 6471 err = rtnl_unicast(nskb, net, NETLINK_CB(skb).portid); in rtnl_stats_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 | 1608 return rtnl_unicast(skb, dev_net(dev), portid); in vxlan_mdb_get()
|
| /linux/net/sched/ |
| H A D | cls_api.c | 2180 err = rtnl_unicast(skb, net, portid); in tfilter_notify() 3053 err = rtnl_unicast(skb, net, portid); in tc_chain_notify()
|
| H A D | act_api.c | 1706 return rtnl_unicast(skb, net, portid); in tcf_action_get_1()
|
| /linux/net/dcb/ |
| H A D | dcbnl.c | 1964 ret = rtnl_unicast(reply_skb, net, portid); in dcb_doit()
|