Searched refs:rxrpc_wire_header (Results 1 – 11 of 11) sorted by relevance
/linux/net/rxrpc/ |
H A D | output.c | 39 struct rxrpc_wire_header whdr; 82 struct rxrpc_wire_header *whdr = txb->kvec[0].iov_base; in rxrpc_fill_out_ack() 180 struct rxrpc_wire_header *whdr = txb->kvec[0].iov_base; in rxrpc_send_ack_packet() 330 struct rxrpc_wire_header *whdr = txb->kvec[0].iov_base; in rxrpc_prepare_data_subpacket() 434 struct rxrpc_wire_header *whdr = txb->kvec[0].iov_base; in rxrpc_send_data_packet() 528 struct rxrpc_wire_header whdr; in rxrpc_send_conn_abort() 584 struct rxrpc_wire_header whdr; in rxrpc_reject_packet() 650 struct rxrpc_wire_header whdr; in rxrpc_send_keepalive()
|
H A D | rxkad.c | 153 remain = min(remain, 65535 - sizeof(struct rxrpc_wire_header)); in rxkad_alloc_txbuf() 254 struct rxrpc_wire_header *whdr = txb->kvec[0].iov_base; in rxkad_secure_packet_auth() 297 struct rxrpc_wire_header *whdr = txb->kvec[0].iov_base; in rxkad_secure_packet_encrypt() 629 struct rxrpc_wire_header whdr; in rxkad_issue_challenge() 694 struct rxrpc_wire_header whdr; in rxkad_send_response() 809 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxkad_respond_to_challenge() 1058 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxkad_verify_response() 1095 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header) + sizeof(*response), in rxkad_verify_response()
|
H A D | txbuf.c | 22 struct rxrpc_wire_header *whdr; in rxrpc_alloc_data_txbuf() 87 struct rxrpc_wire_header *whdr; in rxrpc_alloc_ack_txbuf()
|
H A D | local_event.c | 37 struct rxrpc_wire_header whdr; in rxrpc_send_version_request()
|
H A D | io_thread.c | 118 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 D | protocol.h | 21 struct rxrpc_wire_header { struct
|
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 | 530 unsigned int offset = sizeof(struct rxrpc_wire_header); in rxrpc_input_split_jumbo() 737 u8 *acks = skb->data + sizeof(struct rxrpc_wire_header) + sizeof(struct rxrpc_ackpacket); in rxrpc_input_check_prev_ack() 780 u8 *acks = skb->data + sizeof(struct rxrpc_wire_header) + sizeof(struct rxrpc_ackpacket); in rxrpc_input_soft_acks() 863 offset = sizeof(struct rxrpc_wire_header) + sizeof(struct rxrpc_ackpacket); in rxrpc_input_ack()
|
H A D | peer_object.c | 270 peer->hdrsize += sizeof(struct rxrpc_wire_header); in rxrpc_init_peer()
|
H A D | call_event.c | 94 ack = (void *)ack_skb->data + sizeof(struct rxrpc_wire_header); in rxrpc_resend()
|
H A D | af_rxrpc.c | 1010 .max_header = sizeof(struct rxrpc_wire_header),
|