Searched refs:sctp_pcb_findep (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_pcb.h | 505 struct sctp_inpcb *sctp_pcb_findep(struct sockaddr *, int, int, uint32_t);
|
H A D | sctp_pcb.c | 1758 sctp_pcb_findep(struct sockaddr *nam, int find_tcp_pool, int have_lock, in sctp_pcb_findep() function 1860 inp = sctp_pcb_findep(to, 0, 1, vrf_id); in sctp_findassociation_addr_sa() 2831 inp_tmp = sctp_pcb_findep(addr, 0, 1, vrf_id); in sctp_inpcb_bind_locked() 2858 inp_tmp = sctp_pcb_findep(addr, 0, 1, vrf_id); in sctp_inpcb_bind_locked()
|
H A D | sctp_usrreq.c | 7135 tinp = sctp_pcb_findep(&store.sa, 0, 0, inp->def_vrf_id); 7179 tinp = sctp_pcb_findep(&store.sa, 0, 0, inp->def_vrf_id);
|
H A D | sctputil.c | 6864 lep = sctp_pcb_findep(addr_to_use, 1, 0, vrf_id); in sctp_bindx_add_address()
|