Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/rxrpc/
A Dlocal_event.c28 struct rxrpc_wire_header whdr; in rxrpc_send_version_request()
A 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()
A Dprotocol.h21 struct rxrpc_wire_header { struct
A 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()
A 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()
A Dconn_event.c85 struct rxrpc_wire_header whdr; in rxrpc_conn_retransmit_call()
A Dpeer_object.c268 peer->hdrsize += sizeof(struct rxrpc_wire_header); in rxrpc_init_peer()
A 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()
A Dar-internal.h796 u8 pad[64 - sizeof(struct rxrpc_wire_header)];
797 struct rxrpc_wire_header wire; /* Network-ready header */
A Dcall_event.c144 ack = (void *)ack_skb->data + sizeof(struct rxrpc_wire_header); in rxrpc_resend()
A Daf_rxrpc.c948 .max_header = sizeof(struct rxrpc_wire_header),
/linux-6.3-rc2/include/trace/events/
A Drxrpc.h1049 TP_PROTO(unsigned int call_id, struct rxrpc_wire_header *whdr,
1057 __field_struct(struct rxrpc_wire_header, whdr)

Completed in 37 milliseconds