Searched refs:sctp_ifn (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_pcb.h | 51 LIST_HEAD(sctp_ifnlist, sctp_ifn); 74 struct sctp_ifn { struct 77 LIST_ENTRY(sctp_ifn) next_ifn; argument 78 LIST_ENTRY(sctp_ifn) next_bucket; 107 struct sctp_ifn *ifn_p; /* back pointer to parent ifn */ argument 488 struct sctp_ifn *sctp_find_ifn(void *ifn, uint32_t ifn_index); 515 void sctp_free_ifn(struct sctp_ifn *sctp_ifnp);
|
| H A D | sctp_sysctl.c | 141 struct sctp_ifn *sctp_ifn; in sctp_sysctl_number_of_addresses() local 151 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_sysctl_number_of_addresses() 152 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_sysctl_number_of_addresses() 189 struct sctp_ifn *sctp_ifn; in sctp_sysctl_copy_out_local_addresses() local 233 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_sysctl_copy_out_local_addresses() 234 if ((loopback_scope == 0) && SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) in sctp_sysctl_copy_out_local_addresses() 237 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_sysctl_copy_out_local_addresses()
|
| H A D | sctp_os_bsd.h | 318 #define SCTP_GATHER_MTU_FROM_INTFC(sctp_ifn) ((sctp_ifn->ifn_p != NULL) ? ((struct ifnet *)(sctp_if… argument
|
| H A D | sctp_asconf.c | 956 sctp_asconf_nets_cleanup(struct sctp_tcb *stcb, struct sctp_ifn *ifn) in sctp_asconf_nets_cleanup() 2427 struct sctp_ifn *sctp_ifn; in sctp_find_valid_localaddr() local 2438 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_find_valid_localaddr() 2440 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) { in sctp_find_valid_localaddr() 2444 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_find_valid_localaddr() 3044 struct sctp_ifn *sctp_ifn; in sctp_check_address_list_all() local 3066 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_check_address_list_all() 3067 if (loopback_scope == 0 && SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) { in sctp_check_address_list_all() 3072 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_check_address_list_all() 3357 struct sctp_ifn *sctp_ifnp; in sctp_asconf_send_nat_state_update()
|
| H A D | sctp_output.c | 2045 struct sctp_ifn *sctp_ifnp; in sctp_add_addresses_to_i_ia() 2461 struct sctp_ifn *sctp_ifn; in sctp_choose_boundspecific_inp() local 2472 sctp_ifn = sctp_find_ifn(ifn, ifn_index); in sctp_choose_boundspecific_inp() 2478 if (sctp_ifn) { in sctp_choose_boundspecific_inp() 2593 struct sctp_ifn *sctp_ifn; in sctp_choose_boundspecific_stcb() local 2616 if (sctp_ifn) { in sctp_choose_boundspecific_stcb() 2957 struct sctp_ifn *sctp_ifn, *looked_at = NULL, *emit_ifn; in sctp_choose_boundall() local 2987 if (sctp_ifn == NULL) { in sctp_choose_boundall() 2993 ifn_index, sctp_ifn->ifn_name); in sctp_choose_boundall() 3004 num_preferred, sctp_ifn->ifn_name); in sctp_choose_boundall() [all …]
|
| H A D | sctp_pcb.c | 192 struct sctp_ifn * 195 struct sctp_ifn *sctp_ifnp; in sctp_find_ifn() 246 sctp_free_ifn(struct sctp_ifn *sctp_ifnp) in sctp_free_ifn() 261 struct sctp_ifn *sctp_ifnp; in sctp_update_ifn_mtu() 285 struct sctp_ifn *found; in sctp_delete_ifn() 480 struct sctp_ifn *sctp_ifnp, *new_sctp_ifnp; in sctp_add_addr_to_vrf() 491 SCTP_MALLOC(new_sctp_ifnp, struct sctp_ifn *, in sctp_add_addr_to_vrf() 492 sizeof(struct sctp_ifn), SCTP_M_IFN); in sctp_add_addr_to_vrf() 836 struct sctp_ifn *sctp_ifn; in sctp_does_stcb_own_this_addr() local 861 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) { in sctp_does_stcb_own_this_addr() [all …]
|
| H A D | sctp_usrreq.c | 1007 struct sctp_ifn *sctp_ifn; in sctp_fill_up_addresses_vrf() local 1071 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_fill_up_addresses_vrf() 1073 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) { in sctp_fill_up_addresses_vrf() 1077 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_fill_up_addresses_vrf() 1271 struct sctp_ifn *sctp_ifn; in sctp_count_max_addresses_vrf() local 1274 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_count_max_addresses_vrf() 1275 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_count_max_addresses_vrf()
|
| H A D | sctputil.c | 6916 struct sctp_ifn *sctp_ifn; in sctp_local_addr_count() local 6943 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_local_addr_count() 6945 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) { in sctp_local_addr_count() 6948 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_local_addr_count()
|