HomeSort by: relevance | last modified time | path
    Searched refs:sctp_findassociation_addr (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet6/
sctp6_usrreq.c 183 stcb = sctp_findassociation_addr(m, iphlen, offset - sizeof(*ch),
203 * sctp_findassociation_addr() wants IP/SCTP/first chunk header...
210 stcb = sctp_findassociation_addr(m, iphlen, offset - sizeof(*ch),
  /src/sys/netinet/
sctp_pcb.h 667 struct sctp_tcb *sctp_findassociation_addr(struct mbuf *, int, int,
sctp_input.c 4150 stcb = sctp_findassociation_addr(m, iphlen,
4180 * sctp_findassociation_addr() wants IP/SCTP/first chunk header...
4188 stcb = sctp_findassociation_addr(m, iphlen, offset - sizeof(*ch),
sctp_pcb.c 1123 sctp_findassociation_addr(struct mbuf *m, int iphlen, int offset, function in typeref:struct:sctp_tcb *

Completed in 20 milliseconds