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

/freebsd-10-stable/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 */
497 struct sctp_ifn *
525 void sctp_free_ifn(struct sctp_ifn *sctp_ifnp);
H A Dsctp_sysctl.c144 struct sctp_ifn *sctp_ifn; local
154 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
155 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
192 struct sctp_ifn *sctp_ifn; local
236 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
237 if ((loopback_scope == 0) && SCTP_IFN_IS_IFT_LOOP(sctp_ifn))
240 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
H A Dsctp_os_bsd.h325 #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_asconf.c940 sctp_asconf_nets_cleanup(struct sctp_tcb *stcb, struct sctp_ifn *ifn)
2452 struct sctp_ifn *sctp_ifn; local
2463 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
2465 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
2469 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
3078 struct sctp_ifn *sctp_ifn; local
3103 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
3104 if (loopback_scope == 0 && SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
[all...]
H A Dsctp_output.c2047 struct sctp_ifn *sctp_ifnp;
2466 struct sctp_ifn *sctp_ifn; local
2477 sctp_ifn = sctp_find_ifn(ifn, ifn_index);
2483 if (sctp_ifn) {
2485 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
2597 struct sctp_ifn *sctp_ifn; local
2613 sctp_ifn = sctp_find_ifn(ifn, ifn_index);
2620 if (sctp_ifn) {
2965 struct sctp_ifn *sctp_ifn, *looked_at = NULL, *emit_ifn; local
[all...]
H A Dsctp_pcb.c105 * VRF's. Each VRF has its own list of sctp_ifn's. Each of
109 * within the VRF. Once we have the sctp_ifn, we add the
195 struct sctp_ifn *
198 struct sctp_ifn *sctp_ifnp;
251 sctp_free_ifn(struct sctp_ifn *sctp_ifnp)
267 struct sctp_ifn *sctp_ifnp;
291 sctp_delete_ifn(struct sctp_ifn *sctp_ifnp, int hold_addr_lock)
293 struct sctp_ifn *found;
407 sctp_add_ifa_to_ifn(struct sctp_ifn *sctp_ifnp, struct sctp_ifa *sctp_ifap)
498 struct sctp_ifn *sctp_ifn
850 struct sctp_ifn *sctp_ifn; local
[all...]
H A Dsctp_usrreq.c1068 struct sctp_ifn *sctp_ifn; local
1134 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
1136 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
1140 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
1337 struct sctp_ifn *sctp_ifn; local
1340 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
1341 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
H A Dsctputil.c6770 struct sctp_ifn *sctp_ifn; local
6796 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
6798 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
6801 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {

Completed in 121 milliseconds