Lines Matching defs:sctp_ifa
49 LIST_HEAD(sctp_ifalist, sctp_ifa);
101 struct sctp_ifa {
102 LIST_ENTRY(sctp_ifa) next_ifa;
103 LIST_ENTRY(sctp_ifa) next_bucket;
121 struct sctp_ifa *ifa;
490 struct sctp_ifa *
497 void sctp_free_ifa(struct sctp_ifa *sctp_ifap);
509 struct sctp_ifa *, struct thread *);
512 struct sctp_ifa *, struct thread *);
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 *);
583 void sctp_add_local_addr_restricted(struct sctp_tcb *, struct sctp_ifa *);
584 void sctp_del_local_addr_restricted(struct sctp_tcb *, struct sctp_ifa *);