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

/linux-master/net/rxrpc/
H A Dlocal_event.c37 struct rxrpc_wire_header whdr;
H A Dprotocol.h21 struct rxrpc_wire_header { struct
H A Doutput.c39 struct rxrpc_wire_header whdr;
82 struct rxrpc_wire_header *whdr = txb->kvec[0].iov_base;
180 struct rxrpc_wire_header *whdr = txb->kvec[0].iov_base;
330 struct rxrpc_wire_header *whdr = txb->kvec[0].iov_base;
434 struct rxrpc_wire_header *whdr = txb->kvec[0].iov_base;
528 struct rxrpc_wire_header whdr;
584 struct rxrpc_wire_header whdr;
650 struct rxrpc_wire_header whdr;
H A Drxkad.c153 remain = min(remain, 65535 - sizeof(struct rxrpc_wire_header));
254 struct rxrpc_wire_header *whdr = txb->kvec[0].iov_base;
297 struct rxrpc_wire_header *whdr = txb->kvec[0].iov_base;
629 struct rxrpc_wire_header whdr;
694 struct rxrpc_wire_header whdr;
809 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header),
1058 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header),
1095 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header) + sizeof(*response),
H A Dtxbuf.c22 struct rxrpc_wire_header *whdr;
87 struct rxrpc_wire_header *whdr;
H A Dio_thread.c112 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header), &v, 1) >= 0) {
126 struct rxrpc_wire_header whdr;
165 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header),
H A Dconn_event.c85 struct rxrpc_wire_header whdr;
99 if (skb_copy_bits(skb, sizeof(struct rxrpc_wire_header),
H A Dinput.c516 unsigned int offset = sizeof(struct rxrpc_wire_header);
716 u8 *acks = skb->data + sizeof(struct rxrpc_wire_header) + sizeof(struct rxrpc_ackpacket);
759 u8 *acks = skb->data + sizeof(struct rxrpc_wire_header) + sizeof(struct rxrpc_ackpacket);
842 offset = sizeof(struct rxrpc_wire_header) + sizeof(struct rxrpc_ackpacket);
H A Dpeer_object.c270 peer->hdrsize += sizeof(struct rxrpc_wire_header);
H A Dcall_event.c94 ack = (void *)ack_skb->data + sizeof(struct rxrpc_wire_header);
H A Daf_rxrpc.c1009 .max_header = sizeof(struct rxrpc_wire_header),
/linux-master/include/trace/events/
H A Drxrpc.h1046 TP_PROTO(unsigned int call_id, struct rxrpc_wire_header *whdr,
1054 __field_struct(struct rxrpc_wire_header, whdr)

Completed in 205 milliseconds