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

/freebsd-9.3-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_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_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)
2455 struct sctp_ifn *sctp_ifn; local
2466 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
2468 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
2472 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
3099 struct sctp_ifn *sctp_ifn; local
3124 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
3125 if (loopback_scope == 0 && SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
[all...]
H A Dsctp_output.c2045 struct sctp_ifn *sctp_ifnp;
2464 struct sctp_ifn *sctp_ifn; local
2475 sctp_ifn = sctp_find_ifn(ifn, ifn_index);
2481 if (sctp_ifn) {
2483 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
2595 struct sctp_ifn *sctp_ifn; local
2611 sctp_ifn = sctp_find_ifn(ifn, ifn_index);
2618 if (sctp_ifn) {
2963 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
848 struct sctp_ifn *sctp_ifn; local
[all...]
H A Dsctp_usrreq.c1098 struct sctp_ifn *sctp_ifn; local
1164 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
1166 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
1170 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
1367 struct sctp_ifn *sctp_ifn; local
1370 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
1371 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
H A Dsctputil.c6649 struct sctp_ifn *sctp_ifn; local
6675 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
6677 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
6680 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {

Completed in 122 milliseconds