Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_pcb.c264 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);