Searched refs:netns (Results 51 - 75 of 280) sorted by path

1234567891011>>

/linux-master/net/bridge/netfilter/
H A Debtables.c27 #include <net/netns/generic.h>
51 /* called when table is needed in the given netns */
/linux-master/net/caif/
H A Dcaif_dev.c20 #include <net/netns/generic.h>
H A Dcaif_usb.c17 #include <net/netns/generic.h>
/linux-master/net/core/
H A Dfib_notifier.c8 #include <net/netns/generic.h>
H A Dfilter.c6234 struct net *netns = dev_net(dev_curr); local
6240 return dev_get_by_index_rcu(netns, ifindex);
H A Dflow_dissector.c38 #include <linux/bpf-netns.h>
H A Dnet_namespace.c28 #include <net/netns/generic.h>
107 * pointer never changes (see rules in netns/generic.h).
233 /* This function returns the id of a peer netns. If no id is assigned, one will
273 /* This function returns, if assigned, the id of a peer netns. */
286 /* This function returns true is the peer netns has an id assigned into the
287 * current netns.
671 * Call this in module exit path to make sure that all netns
798 NL_SET_ERR_MSG(extack, "Peer netns reference is missing");
803 NL_SET_ERR_MSG(extack, "Peer netns reference is invalid");
813 "Peer netns alread
[all...]
H A Dpktgen.c164 #include <net/netns/generic.h>
/linux-master/net/dccp/
H A Dipv4.c26 #include <net/netns/generic.h>
H A Dipv6.c30 #include <net/netns/generic.h>
/linux-master/net/handshake/
H A Dhandshake-test.c15 #include <net/netns/generic.h>
H A Dnetlink.c19 #include <net/netns/generic.h>
H A Drequest.c21 #include <net/netns/generic.h>
/linux-master/net/ieee802154/
H A Dnl802154.c39 __cfg802154_wpan_dev_from_attrs(struct net *netns, struct nlattr **attrs) argument
64 if (wpan_phy_net(&rdev->wpan_phy) != netns)
94 __cfg802154_rdev_from_attrs(struct net *netns, struct nlattr **attrs) argument
137 netdev = __dev_get_by_index(netns, ifindex);
160 if (netns != wpan_phy_net(&rdev->wpan_phy))
173 cfg802154_get_dev_from_info(struct net *netns, struct genl_info *info) argument
175 return __cfg802154_rdev_from_attrs(netns, info->attrs);
/linux-master/net/ipv4/
H A Dip_gre.c42 #include <net/netns/generic.h>
H A Dip_tunnel.c42 #include <net/netns/generic.h>
1161 /* FB netdevice is special: we have one, and only one per netns.
1162 * Allowing to move it to another netns is clearly unsafe.
1193 /* If dev is in the same netns, it has already
H A Dip_tunnel_core.c35 #include <net/netns/generic.h>
H A Dip_vti.c40 #include <net/netns/generic.h>
H A Dipip.c112 #include <net/netns/generic.h>
/linux-master/net/ipv4/netfilter/
H A Dnf_defrag_ipv4.c12 #include <net/netns/generic.h>
/linux-master/net/ipv6/
H A Dfib6_notifier.c7 #include <net/netns/ipv6.h>
H A Dip6_gre.c45 #include <net/netns/generic.h>
1591 /* If dev is in the same netns, it has already
1619 /* FB netdevice is special: we have one, and only one per netns.
1620 * Allowing to move it to another netns is clearly unsafe.
H A Dip6_tunnel.c54 #include <net/netns/generic.h>
177 * @ip6n: the private data for ip6_vti in the netns
204 * @ip6n: the private data for ip6_vti in the netns
221 * @ip6n: the private data for ip6_vti in the netns
2217 /* If dev is in the same netns, it has already
2228 /* If dev is in the same netns, it has already
2256 /* FB netdevice is special: we have one, and only one per netns.
2257 * Allowing to move it to another netns is clearly unsafe.
/linux-master/net/ipv6/ila/
H A Dila_main.c3 #include <net/netns/generic.h>
H A Dila_xlat.c8 #include <net/netns/generic.h>

Completed in 340 milliseconds

1234567891011>>