Home
last modified time | relevance | path

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

/linux/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()
328 size_t probe_mtu = call->peer->pmtud_trial + sizeof(struct rxrpc_wire_header); in rxrpc_send_ACK()
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()
[all …]
H A Dprotocol.h21 struct rxrpc_wire_header { struct
102 #define RXRPC_JUMBO(N) ((int)sizeof(struct rxrpc_wire_header) + \
H A Drxkad.c153 remain = umin(remain, 65535 - sizeof(struct rxrpc_wire_header)); in rxkad_alloc_txbuf()
645 struct rxrpc_wire_header whdr; in rxkad_issue_challenge()
734 sizeof(struct rxrpc_wire_header) + in rxkad_encrypt_response()
780 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxkad_validate_challenge()
820 struct rxrpc_wire_header whdr; in rxkad_insert_response_header()
880 len = sizeof(struct rxrpc_wire_header) + in rxkad_respond_to_challenge()
1146 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxkad_verify_response()
1183 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header) + sizeof(*response), in rxkad_verify_response()
H A Drxgk.c634 struct rxrpc_wire_header *whdr; in rxgk_issue_challenge()
717 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxgk_validate_challenge()
788 struct rxrpc_wire_header whdr; in rxgk_insert_response_header()
848 ret = skb_copy_bits(challenge, sizeof(struct rxrpc_wire_header), in rxgk_construct_authenticator()
933 len = sizeof(struct rxrpc_wire_header) + in rxgk_construct_response()
1191 unsigned int offset = sizeof(struct rxrpc_wire_header); in rxgk_verify_response()
1192 unsigned int len = skb->len - sizeof(struct rxrpc_wire_header); in rxgk_verify_response()
H A Dlocal_event.c37 struct rxrpc_wire_header whdr; in rxrpc_send_version_request()
H A Dio_thread.c132 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), &v, 1) >= 0) { in rxrpc_input_version()
146 struct rxrpc_wire_header whdr; in rxrpc_extract_header()
185 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxrpc_extract_abort()
H A Dconn_event.c94 struct rxrpc_wire_header whdr; in rxrpc_conn_retransmit_call()
108 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.c277 peer->hdrsize += sizeof(struct rxrpc_wire_header); in rxrpc_init_peer()
H A Daf_rxrpc.c1028 .max_header = sizeof(struct rxrpc_wire_header),
/linux/include/trace/events/
H A Drxrpc.h1382 TP_PROTO(unsigned int call_id, struct rxrpc_wire_header *whdr,
1390 __field_struct(struct rxrpc_wire_header, whdr)