Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dinput.c93 struct sctp_ep_common *rcvr; in sctp_rcv() local
171 rcvr = asoc ? &asoc->base : &ep->base; in sctp_rcv()
172 sk = rcvr->sk; in sctp_rcv()
203 chunk->rcvr = rcvr; in sctp_rcv()
220 if (sk != rcvr->sk) { in sctp_rcv()
229 sk = rcvr->sk; in sctp_rcv()
243 sctp_inq_push(&chunk->rcvr->inqueue, chunk); in sctp_rcv()
279 struct sctp_inq *inqueue = &chunk->rcvr->inqueue; in sctp_backlog_rcv()
281 struct sctp_ep_common *rcvr = NULL; in sctp_backlog_rcv() local
284 rcvr = chunk->rcvr; in sctp_backlog_rcv()
[all …]
H A Dinqueue.c75 if (chunk->rcvr->dead) { in sctp_inq_push()
/linux/Documentation/networking/
H A Drds.rst442 sent in response to a probe-ping should contain the rcvr's npaths
443 when the rcvr is mprds-capable.
445 If the rcvr is not mprds-capable, the exthdr in the ping will be
/linux/include/net/sctp/
H A Dstructs.h618 struct sctp_ep_common *rcvr; member