HomeSort by relevance Sort by last modified time
    Searched refs:sctp_ifap (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_pcb.c 343 sctp_free_ifa(struct sctp_ifa *sctp_ifap)
345 if (SCTP_DECREMENT_AND_CHECK_REFCOUNT(&sctp_ifap->refcount)) {
347 if (sctp_ifap->ifn_p) {
348 sctp_free_ifn(sctp_ifap->ifn_p);
350 SCTP_FREE(sctp_ifap, SCTP_M_IFA);
384 struct sctp_ifa *sctp_ifap; local
393 sctp_ifap = sctp_find_ifa_by_addr(addr, vrf->vrf_id, SCTP_ADDR_LOCKED);
394 if (sctp_ifap == NULL) {
395 SCTPDBG(SCTP_DEBUG_PCB4, "Can't find sctp_ifap for address\n");
398 if (sctp_ifap->ifn_p == NULL)
428 struct sctp_ifa *sctp_ifap; local
565 struct sctp_ifa *sctp_ifap = NULL; local
824 struct sctp_ifa *sctp_ifap = NULL; local
    [all...]
sctp_asconf.c 3315 struct sctp_ifa *sctp_ifap; local
    [all...]
sctp_pcb.h 726 void sctp_free_ifa(struct sctp_ifa *sctp_ifap);
sctputil.c 5511 struct sctp_ifa *sctp_ifap; local
    [all...]
sctp_output.c 2082 struct sctp_ifa *sctp_ifap; local
2100 LIST_FOREACH(sctp_ifap, &sctp_ifnp->ifalist, next_ifa) {
2103 if ((sctp_ifap->address.sa.sa_family == AF_INET) &&
2105 &sctp_ifap->address.sin.sin_addr) != 0)) {
2110 if ((sctp_ifap->address.sa.sa_family == AF_INET6) &&
2112 &sctp_ifap->address.sin6.sin6_addr) != 0)) {
2117 if (sctp_is_addr_restricted(stcb, sctp_ifap)) {
2121 if (sctp_ifap->address.sa.sa_family == AF_CONN) {
2125 if (sctp_is_address_in_scope(sctp_ifap, scope, 1) == 0) {
2150 LIST_FOREACH(sctp_ifap, &sctp_ifnp->ifalist, next_ifa)
    [all...]

Completed in 735 milliseconds