Symbol: rxrpc_wire_header
include/trace/events/rxrpc.h
1385
TP_PROTO(unsigned int call_id, struct rxrpc_wire_header *whdr,
include/trace/events/rxrpc.h
1393
__field_struct(struct rxrpc_wire_header, whdr)
net/rxrpc/af_rxrpc.c
1024
.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
246
unsigned int len = skb->len - sizeof(struct rxrpc_wire_header);
net/rxrpc/conn_event.c
254
ret = skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), buffer, len);
net/rxrpc/conn_event.c
94
struct rxrpc_wire_header whdr;
net/rxrpc/input.c
1090
offset = sizeof(struct rxrpc_wire_header) + sizeof(struct rxrpc_ackpacket);
net/rxrpc/input.c
630
unsigned int offset = sizeof(struct rxrpc_wire_header);
net/rxrpc/input.c
998
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
154
struct rxrpc_wire_header *whdr = kv[0].iov_base;
net/rxrpc/output.c
247
struct rxrpc_wire_header *whdr = kv[0].iov_base;
net/rxrpc/output.c
326
size_t probe_mtu = call->peer->pmtud_trial + sizeof(struct rxrpc_wire_header);
net/rxrpc/output.c
37
struct rxrpc_wire_header whdr;
net/rxrpc/output.c
429
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
77
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
642
struct rxrpc_wire_header *whdr;
net/rxrpc/rxgk.c
726
if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header),
net/rxrpc/rxgk.c
797
struct rxrpc_wire_header whdr;
net/rxrpc/rxgk.c
857
ret = skb_copy_bits(challenge, sizeof(struct rxrpc_wire_header),
net/rxrpc/rxgk.c
942
len = sizeof(struct rxrpc_wire_header) +
net/rxrpc/rxkad.c
144
remain = umin(remain, 65535 - sizeof(struct rxrpc_wire_header));
net/rxrpc/rxkad.c
510
struct rxrpc_wire_header whdr;
net/rxrpc/rxkad.c
610
if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header),
net/rxrpc/rxkad.c
650
struct rxrpc_wire_header whdr;
net/rxrpc/rxkad.c
716
len = sizeof(struct rxrpc_wire_header) +