Searched refs:sctp_ifn (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/sys/netinet/
H A Dsctp_output.c2046 struct sctp_ifn *sctp_ifnp;
2465 struct sctp_ifn *sctp_ifn; local
2476 sctp_ifn = sctp_find_ifn(ifn, ifn_index);
2482 if (sctp_ifn) {
2484 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
2599 struct sctp_ifn *sctp_ifn; local
2615 sctp_ifn = sctp_find_ifn(ifn, ifn_index);
2622 if (sctp_ifn) {
2966 struct sctp_ifn *sctp_ifn, *looked_at = NULL, *emit_ifn; local
[all...]
H A Dsctputil.c6751 struct sctp_ifn *sctp_ifn; local
6778 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
6780 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
6783 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
H A Dsctp_pcb.c104 * VRF's. Each VRF has its own list of sctp_ifn's. Each of
108 * 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
846 struct sctp_ifn *sctp_ifn; local
[all...]
H A Dsctp_usrreq.c1018 struct sctp_ifn *sctp_ifn; local
1081 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
1083 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
1087 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
1283 struct sctp_ifn *sctp_ifn; local
1286 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
1287 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
H A Dsctp_asconf.c957 sctp_asconf_nets_cleanup(struct sctp_tcb *stcb, struct sctp_ifn *ifn)
2454 struct sctp_ifn *sctp_ifn; local
2465 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
2467 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
2471 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
3071 struct sctp_ifn *sctp_ifn; local
3093 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
3094 if (loopback_scope == 0 && SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
[all...]
H A Dsctp_sysctl.c142 struct sctp_ifn *sctp_ifn; local
152 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
153 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
190 struct sctp_ifn *sctp_ifn; local
234 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
235 if ((loopback_scope == 0) && SCTP_IFN_IS_IFT_LOOP(sctp_ifn))
238 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
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 */
493 struct sctp_ifn *sctp_find_ifn(void *ifn, uint32_t ifn_index);
520 void sctp_free_ifn(struct sctp_ifn *sctp_ifnp);
H A Dsctp_os_bsd.h310 #define SCTP_GATHER_MTU_FROM_INTFC(sctp_ifn) ((sctp_ifn->ifn_p != NULL) ? ((struct ifnet *)(sctp_ifn->ifn_p))->if_mtu : 0)

Completed in 154 milliseconds