Home
last modified time | relevance | path

Searched refs:rxrpc_wire_header (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/net/rxrpc/
Dlocal_event.c37 struct rxrpc_wire_header whdr; in rxrpc_send_version_request()
Dio_thread.c112 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), &v, 1) >= 0) { in rxrpc_input_version()
126 struct rxrpc_wire_header whdr; in rxrpc_extract_header()
154 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxrpc_extract_abort()
Dprotocol.h21 struct rxrpc_wire_header { struct
Doutput.c39 struct rxrpc_wire_header whdr;
529 struct rxrpc_wire_header whdr; in rxrpc_send_conn_abort()
585 struct rxrpc_wire_header whdr; in rxrpc_reject_packet()
651 struct rxrpc_wire_header whdr; in rxrpc_send_keepalive()
Drxkad.c627 struct rxrpc_wire_header whdr; in rxkad_issue_challenge()
692 struct rxrpc_wire_header whdr; in rxkad_send_response()
806 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxkad_respond_to_challenge()
1055 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxkad_verify_response()
1092 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header) + sizeof(*response), in rxkad_verify_response()
Dconn_event.c85 struct rxrpc_wire_header whdr; in rxrpc_conn_retransmit_call()
Dpeer_object.c268 peer->hdrsize += sizeof(struct rxrpc_wire_header); in rxrpc_init_peer()
Dinput.c514 unsigned int offset = sizeof(struct rxrpc_wire_header); in rxrpc_input_split_jumbo()
785 offset = sizeof(struct rxrpc_wire_header); in rxrpc_input_ack()
Dar-internal.h797 u8 pad[64 - sizeof(struct rxrpc_wire_header)];
798 struct rxrpc_wire_header wire; /* Network-ready header */
Dcall_event.c144 ack = (void *)ack_skb->data + sizeof(struct rxrpc_wire_header); in rxrpc_resend()
Daf_rxrpc.c963 .max_header = sizeof(struct rxrpc_wire_header),
/Linux-v6.6/include/trace/events/
Drxrpc.h1049 TP_PROTO(unsigned int call_id, struct rxrpc_wire_header *whdr,
1057 __field_struct(struct rxrpc_wire_header, whdr)