Lines Matching defs:sctp_ifn
99 * VRF's. Each VRF has its own list of sctp_ifn's. Each of
103 * within the VRF. Once we have the sctp_ifn, we add the
189 struct sctp_ifn *
192 struct sctp_ifn *sctp_ifnp;
238 sctp_free_ifn(struct sctp_ifn *sctp_ifnp)
264 sctp_delete_ifn(struct sctp_ifn *sctp_ifnp)
283 sctp_add_ifa_to_ifn(struct sctp_ifn *sctp_ifnp, struct sctp_ifa *sctp_ifap)
368 struct sctp_ifn *sctp_ifnp, *new_sctp_ifnp;
378 SCTP_MALLOC(new_sctp_ifnp, struct sctp_ifn *,
379 sizeof(struct sctp_ifn), SCTP_M_IFN);
418 memset(sctp_ifnp, 0, sizeof(struct sctp_ifn));
706 struct sctp_ifn *sctp_ifn;
729 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
731 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
734 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
5711 struct sctp_ifn *ifn, *nifn;