Symbol: rxrpc_wire_header
include/trace/events/rxrpc.h
1382
TP_PROTO(unsigned int call_id, struct rxrpc_wire_header *whdr,
include/trace/events/rxrpc.h
1390
__field_struct(struct rxrpc_wire_header, whdr)
net/rxrpc/af_rxrpc.c
1028
.max_header = sizeof(struct rxrpc_wire_header),
net/rxrpc/conn_event.c
108
if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header),
net/rxrpc/conn_event.c
94
struct rxrpc_wire_header whdr;
net/rxrpc/input.c
1066
offset = sizeof(struct rxrpc_wire_header) + sizeof(struct rxrpc_ackpacket);
net/rxrpc/input.c
618
unsigned int offset = sizeof(struct rxrpc_wire_header);
net/rxrpc/input.c
969
u8 *acks = skb->data + sizeof(struct rxrpc_wire_header) + sizeof(struct rxrpc_ackpacket);
net/rxrpc/io_thread.c
132
if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), &v, 1) >= 0) {
net/rxrpc/io_thread.c
146
struct rxrpc_wire_header whdr;
net/rxrpc/io_thread.c
185
if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header),
net/rxrpc/local_event.c
37
struct rxrpc_wire_header whdr;
net/rxrpc/output.c
156
struct rxrpc_wire_header *whdr = kv[0].iov_base;
net/rxrpc/output.c
249
struct rxrpc_wire_header *whdr = kv[0].iov_base;
net/rxrpc/output.c
328
size_t probe_mtu = call->peer->pmtud_trial + sizeof(struct rxrpc_wire_header);
net/rxrpc/output.c
39
struct rxrpc_wire_header whdr;
net/rxrpc/output.c
431
struct rxrpc_wire_header *whdr,
net/rxrpc/output.c
537
struct rxrpc_wire_header *whdr)
net/rxrpc/output.c
641
struct rxrpc_wire_header *whdr;
net/rxrpc/output.c
679
len >= sizeof(struct rxrpc_wire_header) + call->peer->max_data) {
net/rxrpc/output.c
752
struct rxrpc_wire_header whdr;
net/rxrpc/output.c
79
struct rxrpc_wire_header *whdr;
net/rxrpc/output.c
808
struct rxrpc_wire_header whdr;
net/rxrpc/output.c
832
whdr = (struct rxrpc_wire_header) {
net/rxrpc/output.c
878
struct rxrpc_wire_header whdr;
net/rxrpc/output.c
965
ret = skb_store_bits(response, offsetof(struct rxrpc_wire_header, serial),
net/rxrpc/peer_object.c
277
peer->hdrsize += sizeof(struct rxrpc_wire_header);
net/rxrpc/protocol.h
102
#define RXRPC_JUMBO(N) ((int)sizeof(struct rxrpc_wire_header) + \
net/rxrpc/rxgk.c
1191
unsigned int offset = sizeof(struct rxrpc_wire_header);
net/rxrpc/rxgk.c
1192
unsigned int len = skb->len - sizeof(struct rxrpc_wire_header);
net/rxrpc/rxgk.c
634
struct rxrpc_wire_header *whdr;
net/rxrpc/rxgk.c
717
if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header),
net/rxrpc/rxgk.c
788
struct rxrpc_wire_header whdr;
net/rxrpc/rxgk.c
848
ret = skb_copy_bits(challenge, sizeof(struct rxrpc_wire_header),
net/rxrpc/rxgk.c
933
len = sizeof(struct rxrpc_wire_header) +
net/rxrpc/rxkad.c
1146
if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header),
net/rxrpc/rxkad.c
1183
if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header) + sizeof(*response),
net/rxrpc/rxkad.c
153
remain = umin(remain, 65535 - sizeof(struct rxrpc_wire_header));
net/rxrpc/rxkad.c
645
struct rxrpc_wire_header whdr;
net/rxrpc/rxkad.c
734
sizeof(struct rxrpc_wire_header) +
net/rxrpc/rxkad.c
780
if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header),
net/rxrpc/rxkad.c
820
struct rxrpc_wire_header whdr;
net/rxrpc/rxkad.c
880
len = sizeof(struct rxrpc_wire_header) +