Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/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
692 struct sctp_ifn *
720 void sctp_free_ifn(struct sctp_ifn *sctp_ifnp);
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_asconf.c970 sctp_asconf_nets_cleanup(struct sctp_tcb *stcb, struct sctp_ifn *ifn) in sctp_asconf_nets_cleanup()
2478 struct sctp_ifn *sctp_ifn; in sctp_find_valid_localaddr() local
2489 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_find_valid_localaddr()
2491 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) { in sctp_find_valid_localaddr()
2495 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_find_valid_localaddr()
3098 struct sctp_ifn *sctp_ifn; in sctp_check_address_list_all() local
3120 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { in sctp_check_address_list_all()
3121 if (loopback_scope == 0 && SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) { in sctp_check_address_list_all()
3126 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_check_address_list_all()
3419 struct sctp_ifn *sctp_ifnp; in sctp_asconf_send_nat_state_update()
Dsctp_output.c2082 struct sctp_ifn *sctp_ifnp; in sctp_add_addresses_to_i_ia()
2518 struct sctp_ifn *sctp_ifn; in sctp_choose_boundspecific_inp() local
2529 sctp_ifn = sctp_find_ifn(ifn, ifn_index); in sctp_choose_boundspecific_inp()
2535 if (sctp_ifn) { in sctp_choose_boundspecific_inp()
2537 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_choose_boundspecific_inp()
2654 struct sctp_ifn *sctp_ifn; in sctp_choose_boundspecific_stcb() local
2670 sctp_ifn = sctp_find_ifn( ifn, ifn_index); in sctp_choose_boundspecific_stcb()
2677 if (sctp_ifn) { in sctp_choose_boundspecific_stcb()
2679 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_choose_boundspecific_stcb()
2715 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { in sctp_choose_boundspecific_stcb()
[all …]
Dsctp_pcb.c254 struct sctp_ifn *
257 struct sctp_ifn *sctp_ifnp;
310 sctp_free_ifn(struct sctp_ifn *sctp_ifnp)
326 struct sctp_ifn *sctp_ifnp;
350 sctp_delete_ifn(struct sctp_ifn *sctp_ifnp, int hold_addr_lock)
352 struct sctp_ifn *found;
468 sctp_add_ifa_to_ifn(struct sctp_ifn *sctp_ifnp, struct sctp_ifa *sctp_ifap)
554 struct sctp_ifn *sctp_ifnp, *new_sctp_ifnp;
565 SCTP_MALLOC(new_sctp_ifnp, struct sctp_ifn *,
566 sizeof(struct sctp_ifn), SCTP_M_IFN);
[all …]
Dsctp_os_userspace.h885 …efine SCTP_GATHER_MTU_FROM_INTFC(sctp_ifn) sctp_userspace_get_mtu_from_ifn(if_nametoindex(((struc… argument
Dsctp_usrreq.c1451 struct sctp_ifn *sctp_ifn; local
1538 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
1540 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
1544 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
1814 struct sctp_ifn *sctp_ifn; local
1817 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
1818 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
Dsctputil.c7861 struct sctp_ifn *sctp_ifn; local
7891 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
7893 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
7896 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {