/Linux-v6.1/net/rxrpc/ |
D | peer_event.c | 86 _net("ICMP {%pISp}", &srx->transport); in rxrpc_lookup_peer_icmp_rcu() 129 _net("Rx ICMP6 on v4 sock"); in rxrpc_lookup_peer_icmp6_rcu() 137 _net("Rx ICMP6"); in rxrpc_lookup_peer_icmp6_rcu() 147 _net("ICMP {%pISp}", &srx->transport); in rxrpc_lookup_peer_icmp6_rcu() 293 _net("Rx ICMP"); in rxrpc_lookup_peer_local_rcu() 299 _net("Rx ICMP6 on v4 sock"); in rxrpc_lookup_peer_local_rcu() 315 _net("Rx ICMP6"); in rxrpc_lookup_peer_local_rcu() 322 _net("Rx ICMP on v6 sock"); in rxrpc_lookup_peer_local_rcu() 351 _net("Rx ICMP Fragmentation Needed (%d)", mtu); in rxrpc_adjust_mtu() 356 _net("I/F MTU %u", mtu); in rxrpc_adjust_mtu() [all …]
|
D | local_object.c | 242 _net("LOCAL %s %d {%pISp}", in rxrpc_lookup_local() 449 _net("DESTROY LOCAL %d", local->debug_id); in rxrpc_local_rcu()
|
D | call_object.c | 361 _net("CALL new %d on CONN %d", call->debug_id, call->conn->debug_id); in rxrpc_new_client_call() 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()
|
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()
|
D | conn_service.c | 188 _net("CONNECTION new %d {%x}", conn->debug_id, conn->proto.cid); in rxrpc_new_incoming_connection()
|
D | ar-internal.h | 1148 #define _net(FMT,...) knet(FMT,##__VA_ARGS__) macro 1181 #define _net(FMT,...) \ macro 1192 #define _net(FMT,...) no_printk("@@@ "FMT ,##__VA_ARGS__) macro
|
D | sendmsg.c | 201 _net("queue skb %p [%d]", skb, seq); in rxrpc_queue_packet() 377 _net("skb: hr %d, tr %d, hl %d, rm %d", in rxrpc_send_data()
|
D | conn_object.c | 359 _net("DESTROY CONN %d", conn->debug_id); in rxrpc_destroy_connection()
|
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()
|
D | conn_client.c | 543 _net("CONNECT call %08x:%08x as call %d on conn %d", in rxrpc_activate_one_channel()
|
/Linux-v6.1/net/smc/ |
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; \ 154 struct net *_net = sock_net(&(_smc)->sk); \ 155 struct smc_stats __percpu *_smc_stats = _net->smc.smc_stats; \
|
/Linux-v6.1/security/apparmor/include/ |
D | net.h | 57 struct lsm_network_audit NAME ## _net = { .sk = (SK), \ 63 NAME.u.net = &(NAME ## _net); \
|
/Linux-v6.1/include/net/ |
D | genetlink.h | 105 possible_net_t _net; member 112 return read_pnet(&info->_net); in genl_info_net() 117 write_pnet(&info->_net, net); in genl_info_net_set()
|
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()
|
D | cfg80211.h | 5402 possible_net_t _net; member 5453 return read_pnet(&wiphy->_net); in wiphy_net() 5458 write_pnet(&wiphy->_net, net); in wiphy_net_set()
|
/Linux-v6.1/Documentation/userspace-api/media/dvb/ |
D | net.rst | 3 .. _net:
|
/Linux-v6.1/Documentation/networking/ |
D | l2tp.rst | 672 .. _net/l2tp/l2tp_ip.c: ../../../net/l2tp/l2tp_ip.c 673 .. _net/l2tp/l2tp_ip6.c: ../../../net/l2tp/l2tp_ip6.c 674 .. _net/l2tp/l2tp_ppp.c: ../../../net/l2tp/l2tp_ppp.c 675 .. _net/l2tp/l2tp_eth.c: ../../../net/l2tp/l2tp_eth.c
|
/Linux-v6.1/net/core/ |
D | devlink.c | 64 possible_net_t _net; member 230 return read_pnet(&devlink->_net); in devlink_net() 4494 write_pnet(&devlink->_net, dest_net); in devlink_reload() 9643 write_pnet(&devlink->_net, net); in devlink_alloc_ns()
|