Searched refs:sctp_tcb_special_locate (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_pcb.c | 869 sctp_tcb_special_locate(struct sctp_inpcb **inp_p, struct sockaddr *from, in sctp_tcb_special_locate() function 1173 stcb = sctp_tcb_special_locate(inp_p, remote, local, in sctp_findassociation_ep_addr() 1849 stcb = sctp_tcb_special_locate(inp_p, from, to, netp, in sctp_findassociation_addr_sa() 1852 stcb = sctp_tcb_special_locate(&inp, from, to, netp, in sctp_findassociation_addr_sa()
|