Searched refs:sctp_ifn (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dsctp_pcb.h49 LIST_HEAD(sctp_ifnlist, sctp_ifn);
72 struct sctp_ifn { struct
75 LIST_ENTRY(sctp_ifn) next_ifn;
76 LIST_ENTRY(sctp_ifn) next_bucket;
105 struct sctp_ifn *ifn_p; /* back pointer to parent ifn */
489 struct sctp_ifn *
517 void sctp_free_ifn(struct sctp_ifn *sctp_ifnp);
H A Dsctp_sysctl.c141 struct sctp_ifn *sctp_ifn; local
151 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
152 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
189 struct sctp_ifn *sctp_ifn; local
233 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
234 if ((loopback_scope == 0) && SCTP_IFN_IS_IFT_LOOP(sctp_ifn))
237 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
H A Dsctp_asconf.c950 sctp_asconf_nets_cleanup(struct sctp_tcb *stcb, struct sctp_ifn *ifn)
2439 struct sctp_ifn *sctp_ifn; local
2450 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
2452 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
2456 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
3075 struct sctp_ifn *sctp_ifn; local
3100 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
3101 if (loopback_scope == 0 && SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
[all...]
H A Dsctp_os_bsd.h332 #define SCTP_GATHER_MTU_FROM_INTFC(sctp_ifn) ((sctp_ifn->ifn_p != NULL) ? ((struct ifnet *)(sctp_ifn->ifn_p))->if_mtu : 0)
H A Dsctp_output.c2045 struct sctp_ifn *sctp_ifnp;
2436 struct sctp_ifn *sctp_ifn; local
2447 sctp_ifn = sctp_find_ifn(ifn, ifn_index);
2453 if (sctp_ifn) {
2455 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
2553 struct sctp_ifn *sctp_ifn; local
2569 sctp_ifn = sctp_find_ifn(ifn, ifn_index);
2576 if (sctp_ifn) {
2861 struct sctp_ifn *sctp_ifn, *looked_at = NULL, *emit_ifn; local
[all...]
H A Dsctp_pcb.c103 * VRF's. Each VRF has its own list of sctp_ifn's. Each of
107 * within the VRF. Once we have the sctp_ifn, we add the
193 struct sctp_ifn *
196 struct sctp_ifn *sctp_ifnp;
249 sctp_free_ifn(struct sctp_ifn *sctp_ifnp)
265 struct sctp_ifn *sctp_ifnp;
289 sctp_delete_ifn(struct sctp_ifn *sctp_ifnp, int hold_addr_lock)
291 struct sctp_ifn *found;
405 sctp_add_ifa_to_ifn(struct sctp_ifn *sctp_ifnp, struct sctp_ifa *sctp_ifap)
496 struct sctp_ifn *sctp_ifn
841 struct sctp_ifn *sctp_ifn; local
[all...]
H A Dsctp_usrreq.c1121 struct sctp_ifn *sctp_ifn; local
1187 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
1189 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
1193 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
1382 struct sctp_ifn *sctp_ifn; local
1385 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
1386 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
H A Dsctputil.c6627 struct sctp_ifn *sctp_ifn; local
6653 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
6655 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
6658 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {

Completed in 135 milliseconds