Home
last modified time | relevance | path

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

/linux-6.15/net/rxrpc/
H A Doutput.c39 struct rxrpc_wire_header whdr;
79 struct rxrpc_wire_header *whdr; in rxrpc_alloc_ack()
156 struct rxrpc_wire_header *whdr = kv[0].iov_base; in rxrpc_fill_out_ack()
249 struct rxrpc_wire_header *whdr = kv[0].iov_base; in rxrpc_send_ack_packet()
431 struct rxrpc_wire_header *whdr, in rxrpc_prepare_data_subpacket()
537 struct rxrpc_wire_header *whdr) in rxrpc_prepare_data_packet()
641 struct rxrpc_wire_header *whdr; in rxrpc_send_data_packet()
679 len >= sizeof(struct rxrpc_wire_header) + call->peer->max_data) { in rxrpc_send_data_packet()
752 struct rxrpc_wire_header whdr; in rxrpc_send_conn_abort()
808 struct rxrpc_wire_header whdr; in rxrpc_reject_packet()
[all …]
H A Dprotocol.h21 struct rxrpc_wire_header { struct
102 #define RXRPC_JUMBO(N) ((int)sizeof(struct rxrpc_wire_header) + \
H A Dlocal_event.c37 struct rxrpc_wire_header whdr; in rxrpc_send_version_request()
H A Dio_thread.c118 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), &v, 1) >= 0) { in rxrpc_input_version()
132 struct rxrpc_wire_header whdr; in rxrpc_extract_header()
171 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxrpc_extract_abort()
H A Drxkad.c153 remain = umin(remain, 65535 - sizeof(struct rxrpc_wire_header)); in rxkad_alloc_txbuf()
643 struct rxrpc_wire_header whdr; in rxkad_issue_challenge()
708 struct rxrpc_wire_header whdr; in rxkad_send_response()
823 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxkad_respond_to_challenge()
1072 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxkad_verify_response()
1109 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header) + sizeof(*response), in rxkad_verify_response()
H A Dconn_event.c86 struct rxrpc_wire_header whdr; in rxrpc_conn_retransmit_call()
100 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxrpc_conn_retransmit_call()
H A Dinput.c618 unsigned int offset = sizeof(struct rxrpc_wire_header); in rxrpc_input_split_jumbo()
969 u8 *acks = skb->data + sizeof(struct rxrpc_wire_header) + sizeof(struct rxrpc_ackpacket); in rxrpc_input_soft_acks()
1066 offset = sizeof(struct rxrpc_wire_header) + sizeof(struct rxrpc_ackpacket); in rxrpc_input_ack()
H A Dpeer_object.c278 peer->hdrsize += sizeof(struct rxrpc_wire_header); in rxrpc_init_peer()
H A Daf_rxrpc.c1010 .max_header = sizeof(struct rxrpc_wire_header),
/linux-6.15/include/trace/events/
H A Drxrpc.h1241 TP_PROTO(unsigned int call_id, struct rxrpc_wire_header *whdr,
1249 __field_struct(struct rxrpc_wire_header, whdr)