Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Doob.c25 u64 oob_id; /* ID number of message if reply */ member
72 static struct sk_buff *rxrpc_find_pending_oob(struct rxrpc_sock *rx, u64 oob_id) in rxrpc_find_pending_oob() argument
81 if (oob_id < skb->skb_mstamp_ns) in rxrpc_find_pending_oob()
83 else if (oob_id > skb->skb_mstamp_ns) in rxrpc_find_pending_oob()
135 if (len != sizeof(p->oob_id) || p->have_oob_id) in rxrpc_sendmsg_oob_cmsg()
137 memcpy(&p->oob_id, CMSG_DATA(cmsg), sizeof(p->oob_id)); in rxrpc_sendmsg_oob_cmsg()
185 skb = rxrpc_find_pending_oob(rx, p->oob_id); in rxrpc_respond_to_oob()