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;
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 Drxkad.c153 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 Dtxbuf.c22 struct rxrpc_wire_header *whdr; in rxrpc_alloc_data_txbuf()
87 struct rxrpc_wire_header *whdr; in rxrpc_alloc_ack_txbuf()
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 Dprotocol.h21 struct rxrpc_wire_header { struct
H A Dconn_event.c85 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 Dinput.c530 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 Dpeer_object.c270 peer->hdrsize += sizeof(struct rxrpc_wire_header); in rxrpc_init_peer()
H A Dcall_event.c94 ack = (void *)ack_skb->data + sizeof(struct rxrpc_wire_header); in rxrpc_resend()
H A Daf_rxrpc.c1010 .max_header = sizeof(struct rxrpc_wire_header),