Home | History | Annotate | Download | only in netinet

Lines Matching refs:sctp_inpcb

127 SCTP_INP_RLOCK(struct sctp_inpcb *inp)
140 SCTP_INP_WLOCK(struct sctp_inpcb *inp)
148 struct sctp_inpcb *inp;
172 struct sctp_inpcb *inp;
227 sctp_tcb_special_locate(struct sctp_inpcb **inp_p, struct sockaddr *from,
244 struct sctp_inpcb *inp;
376 struct sctphdr *sh, struct sctp_inpcb **inp_p, struct sctp_nets **netp)
481 sctp_findassociation_ep_addr(struct sctp_inpcb **inp_p, struct sockaddr *remote,
485 struct sctp_inpcb *inp;
615 sctp_findassociation_ep_asocid(struct sctp_inpcb *inp, vaddr_t asoc_id)
660 static struct sctp_inpcb *
664 struct sctp_inpcb *inp;
824 struct sctp_inpcb *
831 struct sctp_inpcb *inp;
927 struct sctp_inpcb **inp_p, struct sctp_nets **netp, int find_tcp_pool)
929 struct sctp_inpcb *inp;
975 struct sctphdr *sh, struct sctp_inpcb **inp_p, struct sctp_nets **netp,
1055 struct sctp_inpcb **inp_p, struct sctp_nets **netp, uint16_t rport,
1125 struct sctp_inpcb **inp_p, struct sctp_nets **netp)
1133 struct sctp_inpcb *inp;
1285 * allocate a sctp_inpcb and setup a temporary binding to a port/all
1294 * the sctp_inpcb structure from the zone and init it. Mark it as
1301 struct sctp_inpcb *inp;
1303 struct sctp_inpcb *n_inp;
1347 inp = (struct sctp_inpcb *)SCTP_ZONE_GET(sctppcbinfo.ipi_zone_ep);
1489 sctp_move_pcb_and_assoc(struct sctp_inpcb *old_inp, struct sctp_inpcb *new_inp,
1572 sctp_isport_inuse(struct sctp_inpcb *inp, uint16_t lport)
1575 struct sctp_inpcb *t_inp;
1617 struct sctp_inpcb *inp, *inp_tmp;
1625 inp = (struct sctp_inpcb *)so->so_pcb;
1938 sctp_iterator_inp_being_freed(struct sctp_inpcb *inp, struct sctp_inpcb *inp_next)
1986 /* release sctp_inpcb unbind the port */
1988 sctp_inpcb_free(struct sctp_inpcb *inp, int immediate)
2001 struct sctp_inpcb *inp_save;
2612 sctp_aloc_assoc(struct sctp_inpcb *inp, struct sockaddr *firstaddr,
2919 sctp_add_vtag_to_timewait(struct sctp_inpcb *inp, u_int32_t tag)
2977 sctp_iterator_asoc_being_freed(struct sctp_inpcb *inp, struct sctp_tcb *stcb)
3021 sctp_free_assoc(struct sctp_inpcb *inp, struct sctp_tcb *stcb)
3347 struct sctp_inpcb *inp;
3387 sctp_update_ep_vflag(struct sctp_inpcb *inp) {
3419 sctp_add_local_addr_ep(struct sctp_inpcb *inp, struct ifaddr *ifa)
3491 sctp_del_local_addr_ep(struct sctp_inpcb *inp, struct ifaddr *ifa)
3641 struct sctp_inpcb *inp;
3688 struct sctp_inpcb *inp;
3827 sizeof(struct sctp_inpcb), maxsockets);
3906 struct sctp_inpcb *inp, *l_inp;
4337 sctp_is_vtag_good(struct sctp_inpcb *inp, u_int32_t tag, struct timeval *now)
4411 sctp_del_local_addr_ep_sa(struct sctp_inpcb *inp, struct sockaddr *sa)
4486 sctp_drain_mbufs(struct sctp_inpcb *inp, struct sctp_tcb *stcb)
4611 struct sctp_inpcb *inp;
4630 sctp_add_to_socket_q(struct sctp_inpcb *inp, struct sctp_tcb *stcb)
4656 sctp_remove_from_socket_q(struct sctp_inpcb *inp)
4680 struct sctp_inpcb *s_inp)