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 264 struct sctp_ifnlist *hash_ifn_head; local
269 hash_ifn_head = &SCTP_BASE_INFO(vrf_ifn_hash)[(ifn_index & SCTP_BASE_INFO(vrf_ifn_hashmark))];
270 LIST_FOREACH(sctp_ifnp, hash_ifn_head, next_bucket) {
565 struct sctp_ifnlist *hash_ifn_head; local
613 hash_ifn_head = &SCTP_BASE_INFO(vrf_ifn_hash)[(ifn_index & SCTP_BASE_INFO(vrf_ifn_hashmark))];
616 LIST_INSERT_HEAD(hash_ifn_head, sctp_ifnp, next_bucket);
    [all...]

Completed in 61 milliseconds