HomeSort by relevance Sort by last modified time
    Searched full:hash_ifn_head (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_pcb.c 266 struct sctp_ifnlist *hash_ifn_head; local
271 hash_ifn_head = &SCTP_BASE_INFO(vrf_ifn_hash)[(ifn_index & SCTP_BASE_INFO(vrf_ifn_hashmark))];
272 LIST_FOREACH(sctp_ifnp, hash_ifn_head, next_bucket) {
567 struct sctp_ifnlist *hash_ifn_head; local
615 hash_ifn_head = &SCTP_BASE_INFO(vrf_ifn_hash)[(ifn_index & SCTP_BASE_INFO(vrf_ifn_hashmark))];
618 LIST_INSERT_HEAD(hash_ifn_head, sctp_ifnp, next_bucket);
    [all...]

Completed in 1165 milliseconds