Home
last modified time | relevance | path

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

/openbmc/linux/net/rxrpc/
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()
160 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxrpc_extract_abort()
H A Dlocal_event.c37 struct rxrpc_wire_header whdr; in rxrpc_send_version_request()
H A Dprotocol.h21 struct rxrpc_wire_header { struct
H A Doutput.c39 struct rxrpc_wire_header whdr;
527 struct rxrpc_wire_header whdr; in rxrpc_send_conn_abort()
583 struct rxrpc_wire_header whdr; in rxrpc_reject_packet()
649 struct rxrpc_wire_header whdr; in rxrpc_send_keepalive()
H A Drxkad.c627 struct rxrpc_wire_header whdr; in rxkad_issue_challenge()
692 struct rxrpc_wire_header whdr; in rxkad_send_response()
808 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxkad_respond_to_challenge()
1057 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), in rxkad_verify_response()
1094 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.c531 unsigned int offset = sizeof(struct rxrpc_wire_header); in rxrpc_input_split_jumbo()
741 u8 *acks = skb->data + sizeof(struct rxrpc_wire_header) + sizeof(ack); in rxrpc_input_check_prev_ack()
784 u8 *acks = skb->data + sizeof(struct rxrpc_wire_header) + sizeof(struct rxrpc_ackpacket); in rxrpc_input_soft_acks()
868 offset = sizeof(struct rxrpc_wire_header); in rxrpc_input_ack()
H A Dpeer_object.c268 peer->hdrsize += sizeof(struct rxrpc_wire_header); in rxrpc_init_peer()
H A Dar-internal.h806 u8 pad[64 - sizeof(struct rxrpc_wire_header)];
807 struct rxrpc_wire_header wire; /* Network-ready header */
H A Dcall_event.c144 ack = (void *)ack_skb->data + sizeof(struct rxrpc_wire_header); in rxrpc_resend()
H A Daf_rxrpc.c964 .max_header = sizeof(struct rxrpc_wire_header),
/openbmc/linux/include/trace/events/
H A Drxrpc.h1078 TP_PROTO(unsigned int call_id, struct rxrpc_wire_header *whdr,
1086 __field_struct(struct rxrpc_wire_header, whdr)