Home
last modified time | relevance | path

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

/freebsd-head/sys/netinet/
HDsctp_pcb.c711 sctp_does_stcb_own_this_addr(struct sctp_tcb *stcb, struct sockaddr *to) in sctp_does_stcb_own_this_addr() function
1047 if (!sctp_does_stcb_own_this_addr(stcb, to)) { in sctp_tcb_special_locate()
1063 if (!sctp_does_stcb_own_this_addr(stcb, to)) { in sctp_tcb_special_locate()
1222 if (local && !sctp_does_stcb_own_this_addr(stcb, local)) { in sctp_findassociation_ep_addr()
1323 if (local && !sctp_does_stcb_own_this_addr(stcb, local)) { in sctp_findassociation_ep_addr()
2040 if (sctp_does_stcb_own_this_addr(stcb, to) == 0) { in sctp_findassoc_by_vtag()