Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_pcb.h53 LIST_HEAD(sctp_ifnlist, sctp_ifn);
76 struct sctp_ifn { struct
79 LIST_ENTRY(sctp_ifn) next_ifn; argument
80 LIST_ENTRY(sctp_ifn) next_bucket;
108 struct sctp_ifn *ifn_p; /* back pointer to parent ifn */ argument
717 struct sctp_ifn *
745 void sctp_free_ifn(struct sctp_ifn *sctp_ifnp);
Dsctp_asconf.c974 sctp_asconf_nets_cleanup(struct sctp_tcb *stcb, struct sctp_ifn *ifn) in sctp_asconf_nets_cleanup()
2482 struct sctp_ifn *sctp_ifn; in sctp_find_valid_localaddr() local
2493 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_find_valid_localaddr()
2495 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) { in sctp_find_valid_localaddr()
2499 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_find_valid_localaddr()
3102 struct sctp_ifn *sctp_ifn; in sctp_check_address_list_all() local
3124 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_check_address_list_all()
3125 if (loopback_scope == 0 && SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) { in sctp_check_address_list_all()
3130 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_check_address_list_all()
3449 struct sctp_ifn *sctp_ifnp; in sctp_asconf_send_nat_state_update()
Dsctp_sysctl.c199 struct sctp_ifn *sctp_ifn; in sctp_sysctl_number_of_addresses() local
209 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_sysctl_number_of_addresses()
210 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_sysctl_number_of_addresses()
247 struct sctp_ifn *sctp_ifn; in sctp_sysctl_copy_out_local_addresses() local
310 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_sysctl_copy_out_local_addresses()
311 if ((loopback_scope == 0) && SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) in sctp_sysctl_copy_out_local_addresses()
314 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_sysctl_copy_out_local_addresses()
Dsctp_output.c2088 struct sctp_ifn *sctp_ifnp; in sctp_add_addresses_to_i_ia()
2524 struct sctp_ifn *sctp_ifn; in sctp_choose_boundspecific_inp() local
2535 sctp_ifn = sctp_find_ifn(ifn, ifn_index); in sctp_choose_boundspecific_inp()
2541 if (sctp_ifn) { in sctp_choose_boundspecific_inp()
2543 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_choose_boundspecific_inp()
2660 struct sctp_ifn *sctp_ifn; in sctp_choose_boundspecific_stcb() local
2676 sctp_ifn = sctp_find_ifn( ifn, ifn_index); in sctp_choose_boundspecific_stcb()
2683 if (sctp_ifn) { in sctp_choose_boundspecific_stcb()
2685 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_choose_boundspecific_stcb()
2721 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_choose_boundspecific_stcb()
[all …]
Dsctp_pcb.c260 struct sctp_ifn *
263 struct sctp_ifn *sctp_ifnp;
315 sctp_free_ifn(struct sctp_ifn *sctp_ifnp)
331 struct sctp_ifn *sctp_ifnp;
355 sctp_delete_ifn(struct sctp_ifn *sctp_ifnp, int hold_addr_lock)
357 struct sctp_ifn *found;
471 sctp_add_ifa_to_ifn(struct sctp_ifn *sctp_ifnp, struct sctp_ifa *sctp_ifap)
562 struct sctp_ifn *sctp_ifnp = NULL;
592 SCTP_MALLOC(sctp_ifnp, struct sctp_ifn *,
593 sizeof(struct sctp_ifn), SCTP_M_IFN);
[all …]
Dsctp_os_userspace.h921 …efine SCTP_GATHER_MTU_FROM_INTFC(sctp_ifn) sctp_userspace_get_mtu_from_ifn(if_nametoindex(((struc… argument
Dsctp_usrreq.c1521 struct sctp_ifn *sctp_ifn; local
1607 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
1609 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
1613 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
1885 struct sctp_ifn *sctp_ifn; local
1888 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
1889 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
Dsctputil.c7947 struct sctp_ifn *sctp_ifn; local
7977 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
7979 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
7982 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {