/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | peer_event.c | 51 _net("Rx ICMP"); in rxrpc_lookup_peer_icmp_rcu() 57 _net("Rx ICMP6 on v4 sock"); in rxrpc_lookup_peer_icmp_rcu() 73 _net("Rx ICMP6"); in rxrpc_lookup_peer_icmp_rcu() 80 _net("Rx ICMP on v6 sock"); in rxrpc_lookup_peer_icmp_rcu() 111 _net("Rx ICMP Fragmentation Needed (%d)", mtu); in rxrpc_adjust_mtu() 116 _net("I/F MTU %u", mtu); in rxrpc_adjust_mtu() 138 _net("Net MTU %u (maxdata %u)", in rxrpc_adjust_mtu() 235 _net("Rx Received ICMP Network Unreachable"); in rxrpc_store_error() 238 _net("Rx Received ICMP Host Unreachable"); in rxrpc_store_error() 241 _net("R in rxrpc_store_error() [all...] |
H A D | call_object.c | 361 _net("CALL new %d on CONN %d", call->debug_id, call->conn->debug_id); 435 _net("CALL incoming %d on CONN %d", call->debug_id, call->conn->debug_id); in rxrpc_incoming_call() 687 _net("DESTROY CALL %d", call->debug_id); in rxrpc_cleanup_call()
|
H A D | peer_object.c | 142 _net("PEER %d {%pISp}", peer->debug_id, &peer->srx.transport); in rxrpc_lookup_peer_rcu() 379 _net("PEER %d {%pISp}", peer->debug_id, &peer->srx.transport); in rxrpc_lookup_peer()
|
H A D | local_object.c | 260 _net("LOCAL %s %d {%pISp}", in rxrpc_lookup_local() 467 _net("DESTROY LOCAL %d", local->debug_id); in rxrpc_local_rcu()
|
H A D | ar-internal.h | 1125 #define _net(FMT,...) knet(FMT,##__VA_ARGS__) macro 1158 #define _net(FMT,...) \ macro 1169 #define _net(FMT,...) no_printk("@@@ "FMT ,##__VA_ARGS__) macro
|
H A D | conn_service.c | 191 _net("CONNECTION new %d {%x}", conn->debug_id, conn->proto.cid); in rxrpc_new_incoming_connection()
|
H A D | sendmsg.c | 201 _net("queue skb %p [%d]", skb, seq); in rxrpc_queue_packet() 382 _net("skb: hr %d, tr %d, hl %d, rm %d", in rxrpc_send_data()
|
H A D | conn_object.c | 360 _net("DESTROY CONN %d", conn->debug_id); in rxrpc_destroy_connection()
|
H A D | input.c | 587 _net("OOS %u > %u", seq, call->rx_expect_next); in rxrpc_input_data() 759 _net("Net MTU %u (maxdata %u)", peer->mtu, peer->maxdata); in rxrpc_input_ackinfo()
|
H A D | conn_client.c | 549 _net("CONNECT call %08x:%08x as call %d on conn %d", in rxrpc_activate_one_channel()
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_stats.h | 111 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; \
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | net.h | 57 struct lsm_network_audit NAME ## _net = { .sk = (SK), \ 63 NAME.u.net = &(NAME ## _net); \
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | net.h | 57 struct lsm_network_audit NAME ## _net = { .sk = (SK), \ 64 NAME.common.u.net = &(NAME ## _net); \
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg802154.h | 215 possible_net_t _net; member 222 return read_pnet(&wpan_phy->_net); in wpan_phy_net() 227 write_pnet(&wpan_phy->_net, net); in wpan_phy_net_set()
|
H A D | genetlink.h | 83 * @_net: network namespace 94 possible_net_t _net; member 101 return read_pnet(&info->_net); in genl_info_net() 106 write_pnet(&info->_net, net); in genl_info_net_set()
|
H A D | cfg80211.h | 4720 * @_net: the network namespace this wiphy currently lives in 4985 possible_net_t _net; member 5028 return read_pnet(&wiphy->_net); in wiphy_net() 5033 write_pnet(&wiphy->_net, net); in wiphy_net_set()
|
H A D | devlink.h | 51 possible_net_t _net; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | genetlink.h | 102 * @_net: network namespace 113 possible_net_t _net; member 120 return read_pnet(&info->_net); in genl_info_net() 125 write_pnet(&info->_net, net); in genl_info_net_set()
|
H A D | cfg802154.h | 232 possible_net_t _net; member 250 return read_pnet(&wpan_phy->_net); in wpan_phy_net() 255 write_pnet(&wpan_phy->_net, net); in wpan_phy_net_set()
|
H A D | cfg80211.h | 5249 * @_net: the network namespace this wiphy currently lives in 5539 possible_net_t _net; member 5592 return read_pnet(&wiphy->_net); in wiphy_net() 5597 write_pnet(&wiphy->_net, net); in wiphy_net_set()
|
/kernel/linux/linux-6.6/net/devlink/ |
H A D | core.c | 39 return read_pnet(&devlink->_net); in devlink_net() 218 write_pnet(&devlink->_net, net); in devlink_alloc_ns()
|
H A D | devl_internal.h | 49 possible_net_t _net; member
|
H A D | dev.c | 373 write_pnet(&devlink->_net, dest_net); in devlink_reload_netns_change()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | devlink.c | 104 return read_pnet(&devlink->_net); in devlink_net() 110 write_pnet(&devlink->_net, net); in __devlink_net_set()
|