Home
last modified time | relevance | path

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

/Linux-v4.19/net/rxrpc/
Dpeer_event.c53 _net("Rx ICMP"); in rxrpc_lookup_peer_icmp_rcu()
59 _net("Rx ICMP6 on v4 sock"); in rxrpc_lookup_peer_icmp_rcu()
76 _net("Rx ICMP6"); in rxrpc_lookup_peer_icmp_rcu()
82 _net("Rx ICMP on v6 sock"); in rxrpc_lookup_peer_icmp_rcu()
113 _net("Rx ICMP Fragmentation Needed (%d)", mtu); in rxrpc_adjust_mtu()
118 _net("I/F MTU %u", mtu); in rxrpc_adjust_mtu()
140 _net("Net MTU %u (maxdata %u)", in rxrpc_adjust_mtu()
225 _net("Rx Received ICMP Network Unreachable"); in rxrpc_store_error()
228 _net("Rx Received ICMP Host Unreachable"); in rxrpc_store_error()
231 _net("Rx Received ICMP Port Unreachable"); in rxrpc_store_error()
[all …]
Dcall_object.c300 _net("CALL new %d on CONN %d", call->debug_id, call->conn->debug_id); in rxrpc_new_client_call()
352 _net("CALL new %d on CONN %d", call->debug_id, call->conn->debug_id); in rxrpc_retry_client_call()
407 _net("CALL incoming %d on CONN %d", call->debug_id, call->conn->debug_id); in rxrpc_incoming_call()
672 _net("DESTROY CALL %d", call->debug_id); in rxrpc_cleanup_call()
Dlocal_object.c297 _net("LOCAL %s %d {%pISp}", in rxrpc_lookup_local()
473 _net("DESTROY LOCAL %d", local->debug_id); in rxrpc_local_rcu()
Dpeer_object.c146 _net("PEER %d {%pISp}", peer->debug_id, &peer->srx.transport); in rxrpc_lookup_peer_rcu()
374 _net("PEER %d {%pISp}", peer->debug_id, &peer->srx.transport); in rxrpc_lookup_peer()
Dconn_service.c183 _net("CONNECTION new %d {%x}", conn->debug_id, conn->proto.cid); in rxrpc_new_incoming_connection()
Dar-internal.h1158 #define _net(FMT,...) knet(FMT,##__VA_ARGS__) macro
1191 #define _net(FMT,...) \ macro
1202 #define _net(FMT,...) no_printk("@@@ "FMT ,##__VA_ARGS__) macro
Dsendmsg.c168 _net("queue skb %p [%d]", skb, seq); in rxrpc_queue_packet()
356 _net("skb: hr %d, tr %d, hl %d, rm %d", in rxrpc_send_data()
Dconn_object.c361 _net("DESTROY CONN %d", conn->debug_id); in rxrpc_destroy_connection()
Dinput.c566 _net("OOS %u > %u", seq, call->rx_expect_next); in rxrpc_input_data()
761 _net("Net MTU %u (maxdata %u)", peer->mtu, peer->maxdata); in rxrpc_input_ackinfo()
Dconn_client.c579 _net("CONNECT call %08x:%08x as call %d on conn %d", in rxrpc_activate_one_channel()
/Linux-v4.19/security/apparmor/include/
Dnet.h61 struct lsm_network_audit NAME ## _net = { .sk = (SK), \
67 NAME.u.net = &(NAME ## _net); \
/Linux-v4.19/include/net/
Dgenetlink.h97 possible_net_t _net; member
104 return read_pnet(&info->_net); in genl_info_net()
109 write_pnet(&info->_net, net); in genl_info_net_set()
Dcfg802154.h223 possible_net_t _net; member
230 return read_pnet(&wpan_phy->_net); in wpan_phy_net()
235 write_pnet(&wpan_phy->_net, net); in wpan_phy_net_set()
Ddevlink.h36 possible_net_t _net; member
Dcfg80211.h4081 possible_net_t _net; member
4113 return read_pnet(&wiphy->_net); in wiphy_net()
4118 write_pnet(&wiphy->_net, net); in wiphy_net_set()
/Linux-v4.19/Documentation/media/uapi/dvb/
Dnet.rst3 .. _net:
/Linux-v4.19/net/core/
Ddevlink.c97 return read_pnet(&devlink->_net); in devlink_net()
102 write_pnet(&devlink->_net, net); in devlink_net_set()