Lines Matching refs:sctp_inpcb
43 LIST_HEAD(sctppcbhead, sctp_inpcb);
353 struct sctp_inpcb { struct
367 LIST_ENTRY(sctp_inpcb) sctp_list; /* lists all endpoints */ argument
369 LIST_ENTRY(sctp_inpcb) sctp_hash;
443 struct sctp_inpcb *sctp_ep; /* back pointer to ep */ argument
505 struct sctp_inpcb *sctp_pcb_findep(struct sockaddr *, int, int, uint32_t);
511 sctp_inpcb_bind_locked(struct sctp_inpcb *, struct sockaddr *,
517 struct sctphdr *, struct sctp_chunkhdr *, struct sctp_inpcb **,
522 struct sockaddr *, struct sctp_inpcb **, struct sctp_nets **, int, uint32_t);
525 sctp_move_pcb_and_assoc(struct sctp_inpcb *, struct sctp_inpcb *,
535 sctp_findassociation_ep_addr(struct sctp_inpcb **,
539 struct sctp_tcb *sctp_findasoc_ep_asocid_locked(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int w…
542 sctp_findassociation_ep_asocid(struct sctp_inpcb *,
547 struct sctphdr *, struct sctp_inpcb **, struct sctp_nets **, uint32_t vrf_id);
553 void sctp_inpcb_free(struct sctp_inpcb *, int, int);
559 sctp_aloc_assoc(struct sctp_inpcb *, struct sockaddr *,
563 sctp_aloc_assoc_connected(struct sctp_inpcb *, struct sockaddr *,
567 int sctp_free_assoc(struct sctp_inpcb *, struct sctp_tcb *, int, int);
569 void sctp_add_local_addr_ep(struct sctp_inpcb *, struct sctp_ifa *, uint32_t);
571 void sctp_del_local_addr_ep(struct sctp_inpcb *, struct sctp_ifa *);
599 int sctp_swap_inpcb_for_listen(struct sctp_inpcb *inp);
604 sctp_pcb_add_flags(struct sctp_inpcb *, uint32_t);
618 struct sctp_inpcb *,