/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | local_event.c | 28 struct rxrpc_wire_header whdr; in rxrpc_send_version_request() 98 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxrpc_process_local_events()
|
H A D | conn_event.c | 31 struct rxrpc_wire_header whdr; in rxrpc_conn_retransmit_call() 45 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxrpc_conn_retransmit_call() 200 struct rxrpc_wire_header whdr; in rxrpc_abort_connection() 319 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxrpc_process_event()
|
H A D | output.c | 19 struct rxrpc_wire_header whdr; 27 struct rxrpc_wire_header whdr; 354 struct rxrpc_wire_header whdr; in rxrpc_send_data_packet() 559 struct rxrpc_wire_header whdr; in rxrpc_reject_packets() 634 struct rxrpc_wire_header whdr; in rxrpc_send_keepalive()
|
H A D | protocol.h | 21 struct rxrpc_wire_header { struct
|
H A D | rxkad.c | 644 struct rxrpc_wire_header whdr; in rxkad_issue_challenge() 714 struct rxrpc_wire_header whdr; in rxkad_send_response() 834 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxkad_respond_to_challenge() 1109 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxkad_verify_response() 1144 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxkad_verify_response()
|
H A D | input.c | 347 unsigned int offset = sizeof(struct rxrpc_wire_header); in rxrpc_validate_data() 866 offset = sizeof(struct rxrpc_wire_header); in rxrpc_input_ack() 1032 skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxrpc_input_abort() 1180 struct rxrpc_wire_header whdr; in rxrpc_extract_header()
|
H A D | peer_object.c | 275 peer->hdrsize += sizeof(struct rxrpc_wire_header); in rxrpc_init_peer()
|
H A D | recvmsg.c | 320 unsigned int offset = sizeof(struct rxrpc_wire_header); in rxrpc_locate_data()
|
H A D | af_rxrpc.c | 947 .max_header = sizeof(struct rxrpc_wire_header),
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | local_event.c | 37 struct rxrpc_wire_header whdr; in rxrpc_send_version_request()
|
H A D | io_thread.c | 112 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()
|
H A D | protocol.h | 21 struct rxrpc_wire_header { struct
|
H A D | output.c | 39 struct rxrpc_wire_header whdr; 527 struct rxrpc_wire_header whdr; in rxrpc_send_conn_abort() 583 struct rxrpc_wire_header whdr; in rxrpc_reject_packet() 649 struct rxrpc_wire_header whdr; in rxrpc_send_keepalive()
|
H A D | rxkad.c | 627 struct rxrpc_wire_header whdr; in rxkad_issue_challenge() 692 struct rxrpc_wire_header whdr; in rxkad_send_response() 808 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxkad_respond_to_challenge() 1057 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxkad_verify_response() 1094 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header) + sizeof(*response), in rxkad_verify_response()
|
H A D | conn_event.c | 85 struct rxrpc_wire_header whdr; in rxrpc_conn_retransmit_call() 99 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxrpc_conn_retransmit_call()
|
H A D | input.c | 517 unsigned int offset = sizeof(struct rxrpc_wire_header); in rxrpc_input_split_jumbo() 720 u8 *acks = skb->data + sizeof(struct rxrpc_wire_header) + sizeof(ack); in rxrpc_input_check_prev_ack() 763 u8 *acks = skb->data + sizeof(struct rxrpc_wire_header) + sizeof(struct rxrpc_ackpacket); in rxrpc_input_soft_acks() 847 offset = sizeof(struct rxrpc_wire_header); in rxrpc_input_ack()
|
H A D | peer_object.c | 268 peer->hdrsize += sizeof(struct rxrpc_wire_header); in rxrpc_init_peer()
|
H A D | call_event.c | 144 ack = (void *)ack_skb->data + sizeof(struct rxrpc_wire_header); in rxrpc_resend()
|
H A D | ar-internal.h | 806 u8 pad[64 - sizeof(struct rxrpc_wire_header)]; 807 struct rxrpc_wire_header wire; /* Network-ready header */
|
H A D | af_rxrpc.c | 963 .max_header = sizeof(struct rxrpc_wire_header),
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rxrpc.h | 908 TP_PROTO(unsigned int call_id, struct rxrpc_wire_header *whdr, 916 __field_struct(struct rxrpc_wire_header, whdr )
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rxrpc.h | 1051 TP_PROTO(unsigned int call_id, struct rxrpc_wire_header *whdr, 1059 __field_struct(struct rxrpc_wire_header, whdr)
|