Home
last modified time | relevance | path

Searched refs:_net (Results 1 – 11 of 11) sorted by relevance

/net/rxrpc/
Dpeer_event.c51 _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("Rx Received ICMP Port Unreachable"); in rxrpc_store_error()
[all …]
Dcall_object.c299 _net("CALL new %d on CONN %d", call->debug_id, call->conn->debug_id); in rxrpc_new_client_call()
364 _net("CALL incoming %d on CONN %d", call->debug_id, call->conn->debug_id); in rxrpc_incoming_call()
585 _net("DESTROY CALL %d", call->debug_id); in rxrpc_cleanup_call()
Dlocal_object.c294 _net("LOCAL %s %d {%pISp}", in rxrpc_lookup_local()
498 _net("DESTROY LOCAL %d", local->debug_id); in rxrpc_local_rcu()
Dpeer_object.c142 _net("PEER %d {%pISp}", peer->debug_id, &peer->srx.transport); in rxrpc_lookup_peer_rcu()
369 _net("PEER %d {%pISp}", peer->debug_id, &peer->srx.transport); in rxrpc_lookup_peer()
Dar-internal.h1182 #define _net(FMT,...) knet(FMT,##__VA_ARGS__) macro
1215 #define _net(FMT,...) \ macro
1226 #define _net(FMT,...) no_printk("@@@ "FMT ,##__VA_ARGS__) macro
Dconn_service.c183 _net("CONNECTION new %d {%x}", conn->debug_id, conn->proto.cid); in rxrpc_new_incoming_connection()
Dsendmsg.c166 _net("queue skb %p [%d]", skb, seq); in rxrpc_queue_packet()
355 _net("skb: hr %d, tr %d, hl %d, rm %d", in rxrpc_send_data()
Dconn_object.c359 _net("DESTROY CONN %d", conn->debug_id); in rxrpc_destroy_connection()
Dinput.c584 _net("OOS %u > %u", seq, call->rx_expect_next); in rxrpc_input_data()
749 _net("Net MTU %u (maxdata %u)", peer->mtu, peer->maxdata); in rxrpc_input_ackinfo()
Dconn_client.c575 _net("CONNECT call %08x:%08x as call %d on conn %d", in rxrpc_activate_one_channel()
/net/core/
Ddevlink.c100 return read_pnet(&devlink->_net); in devlink_net()
105 write_pnet(&devlink->_net, net); in devlink_net_set()