Searched refs:get_net_ns_by_fd (Results 1 – 10 of 10) sorted by relevance
250 ns_a = get_net_ns_by_fd(netnsfd_a); in link_device_store()256 ns_b = get_net_ns_by_fd(netnsfd_b); in link_device_store()340 ns = get_net_ns_by_fd(netnsfd); in unlink_device_store()
207 struct net *get_net_ns_by_fd(int fd);233 static inline struct net *get_net_ns_by_fd(int fd) in get_net_ns_by_fd() function
285 net = get_net_ns_by_fd(attr->query.target_fd); in netns_bpf_prog_query()494 net = get_net_ns_by_fd(attr->link_create.target_fd); in netns_bpf_link_create()
695 struct net *get_net_ns_by_fd(int fd) in get_net_ns_by_fd() function712 EXPORT_SYMBOL_GPL(get_net_ns_by_fd);786 peer = get_net_ns_by_fd(nla_get_u32(tb[NETNSA_FD])); in rtnl_net_newid()929 peer = get_net_ns_by_fd(nla_get_u32(tb[NETNSA_FD])); in rtnl_net_getid()
2357 net = get_net_ns_by_fd(nla_get_u32(tb[IFLA_NET_NS_FD])); in rtnl_link_get_net()
394 net = get_net_ns_by_fd(nla_get_u32(netns_fd_attr)); in devlink_netns_get()
1730 net = get_net_ns_by_fd(ns_fd); in ib_device_set_netns_put()
1749 net = get_net_ns_by_fd(nla_get_u32(nla[GTPA_NET_NS_FD])); in gtp_find_dev()
1280 net = get_net_ns_by_fd(fd); in nl802154_wpan_phy_netns()
12352 net = get_net_ns_by_fd(fd); in nl80211_wiphy_netns()
Completed in 69 milliseconds