_net             4654 include/net/cfg80211.h 	possible_net_t _net;
_net             4689 include/net/cfg80211.h 	return read_pnet(&wiphy->_net);
_net             4694 include/net/cfg80211.h 	write_pnet(&wiphy->_net, net);
_net              215 include/net/cfg802154.h 	possible_net_t _net;
_net              222 include/net/cfg802154.h 	return read_pnet(&wpan_phy->_net);
_net              227 include/net/cfg802154.h 	write_pnet(&wpan_phy->_net, net);
_net               39 include/net/devlink.h 	possible_net_t _net;
_net               99 include/net/genetlink.h 	possible_net_t		_net;
_net              106 include/net/genetlink.h 	return read_pnet(&info->_net);
_net              111 include/net/genetlink.h 	write_pnet(&info->_net, net);
_net              100 net/core/devlink.c 	return read_pnet(&devlink->_net);
_net              105 net/core/devlink.c 	write_pnet(&devlink->_net, net);
_net              298 net/rxrpc/call_object.c 	_net("CALL new %d on CONN %d", call->debug_id, call->conn->debug_id);
_net              363 net/rxrpc/call_object.c 	_net("CALL incoming %d on CONN %d", call->debug_id, call->conn->debug_id);
_net              601 net/rxrpc/call_object.c 	_net("DESTROY CALL %d", call->debug_id);
_net              575 net/rxrpc/conn_client.c 	_net("CONNECT call %08x:%08x as call %d on conn %d",
_net              358 net/rxrpc/conn_object.c 	_net("DESTROY CONN %d", conn->debug_id);
_net              183 net/rxrpc/conn_service.c 	_net("CONNECTION new %d {%x}", conn->debug_id, conn->proto.cid);
_net              584 net/rxrpc/input.c 				_net("OOS %u > %u", seq, call->rx_expect_next);
_net              747 net/rxrpc/input.c 		_net("Net MTU %u (maxdata %u)", peer->mtu, peer->maxdata);
_net              285 net/rxrpc/local_object.c 	_net("LOCAL %s %d {%pISp}",
_net              488 net/rxrpc/local_object.c 	_net("DESTROY LOCAL %d", local->debug_id);
_net               51 net/rxrpc/peer_event.c 			_net("Rx ICMP");
_net               57 net/rxrpc/peer_event.c 			_net("Rx ICMP6 on v4 sock");
_net               73 net/rxrpc/peer_event.c 			_net("Rx ICMP6");
_net               80 net/rxrpc/peer_event.c 			_net("Rx ICMP on v6 sock");
_net              111 net/rxrpc/peer_event.c 	_net("Rx ICMP Fragmentation Needed (%d)", mtu);
_net              116 net/rxrpc/peer_event.c 		_net("I/F MTU %u", mtu);
_net              138 net/rxrpc/peer_event.c 		_net("Net MTU %u (maxdata %u)",
_net              235 net/rxrpc/peer_event.c 				_net("Rx Received ICMP Network Unreachable");
_net              238 net/rxrpc/peer_event.c 				_net("Rx Received ICMP Host Unreachable");
_net              241 net/rxrpc/peer_event.c 				_net("Rx Received ICMP Port Unreachable");
_net              244 net/rxrpc/peer_event.c 				_net("Rx Received ICMP Unknown Network");
_net              247 net/rxrpc/peer_event.c 				_net("Rx Received ICMP Unknown Host");
_net              250 net/rxrpc/peer_event.c 				_net("Rx Received ICMP DestUnreach code=%u",
_net              257 net/rxrpc/peer_event.c 			_net("Rx Received ICMP TTL Exceeded");
_net              142 net/rxrpc/peer_object.c 		_net("PEER %d {%pISp}", peer->debug_id, &peer->srx.transport);
_net              371 net/rxrpc/peer_object.c 	_net("PEER %d {%pISp}", peer->debug_id, &peer->srx.transport);
_net              204 net/rxrpc/sendmsg.c 	_net("queue skb %p [%d]", skb, seq);
_net              384 net/rxrpc/sendmsg.c 			_net("skb: hr %d, tr %d, hl %d, rm %d",
_net               57 security/apparmor/include/net.h 	struct lsm_network_audit NAME ## _net = { .sk = (SK),		  \
_net               63 security/apparmor/include/net.h 	NAME.u.net = &(NAME ## _net);					  \