Searched refs:_net (Results 1 - 9 of 9) sorted by relevance

/linux-master/net/smc/
H A Dsmc_stats.h111 struct net *_net = sock_net(&__smc->sk); \
112 struct smc_stats __percpu *_smc_stats = _net->smc.smc_stats; \
126 struct net *_net = sock_net(&__smc->sk); \
127 struct smc_stats __percpu *_smc_stats = _net->smc.smc_stats; \
157 struct net *_net = sock_net(&(_smc)->sk); \
158 struct smc_stats __percpu *_smc_stats = _net->smc.smc_stats; \
/linux-master/security/apparmor/include/
H A Dnet.h61 struct lsm_network_audit NAME ## _net = { .sk = (SK), \
68 NAME.common.u.net = &(NAME ## _net); \
/linux-master/include/net/
H A Dgenetlink.h118 * @_net: network namespace
129 possible_net_t _net; member in struct:genl_info
136 return read_pnet(&info->_net);
141 write_pnet(&info->_net, net);
H A Dcfg802154.h239 possible_net_t _net; member in struct:wpan_phy
257 return read_pnet(&wpan_phy->_net);
262 write_pnet(&wpan_phy->_net, net);
H A Dcfg80211.h5427 * @_net: the network namespace this wiphy currently lives in
5717 possible_net_t _net; member in struct:wiphy
5770 return read_pnet(&wiphy->_net);
5775 write_pnet(&wiphy->_net, net);
/linux-master/net/devlink/
H A Dcore.c255 return read_pnet(&devlink->_net);
438 write_pnet(&devlink->_net, net);
H A Ddevl_internal.h52 possible_net_t _net; member in struct:devlink
H A Dnetlink.c146 devl_net = read_pnet_rcu(&devlink->_net);
H A Ddev.c425 write_pnet(&devlink->_net, dest_net);

Completed in 253 milliseconds