Home
last modified time | relevance | path

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

/net/rxrpc/
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()
752 struct rxrpc_wire_header whdr; in rxrpc_send_conn_abort()
808 struct rxrpc_wire_header whdr; in rxrpc_reject_packet()
832 whdr = (struct rxrpc_wire_header) { in rxrpc_reject_packet()
[all …]
A Dprotocol.h21 struct rxrpc_wire_header { struct
102 #define RXRPC_JUMBO(N) ((int)sizeof(struct rxrpc_wire_header) + \
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()
A Drxgk.c632 struct rxrpc_wire_header *whdr; in rxgk_issue_challenge()
715 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxgk_validate_challenge()
786 struct rxrpc_wire_header whdr; in rxgk_insert_response_header()
846 ret = skb_copy_bits(challenge, sizeof(struct rxrpc_wire_header), in rxgk_construct_authenticator()
931 len = sizeof(struct rxrpc_wire_header) + in rxgk_construct_response()
1189 unsigned int offset = sizeof(struct rxrpc_wire_header); in rxgk_verify_response()
1190 unsigned int len = skb->len - sizeof(struct rxrpc_wire_header); in rxgk_verify_response()
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()
A Dlocal_event.c37 struct rxrpc_wire_header whdr; in rxrpc_send_version_request()
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()
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()
A Dpeer_object.c277 peer->hdrsize += sizeof(struct rxrpc_wire_header); in rxrpc_init_peer()
A Daf_rxrpc.c1026 .max_header = sizeof(struct rxrpc_wire_header),

Completed in 21 milliseconds