Searched refs:hash_ifn_head (Results 1 – 1 of 1) sorted by relevance
193 struct sctp_ifnlist *hash_ifn_head; in sctp_find_ifn() local197 hash_ifn_head = &SCTP_BASE_INFO(vrf_ifn_hash)[(ifn_index & SCTP_BASE_INFO(vrf_ifn_hashmark))]; in sctp_find_ifn()198 LIST_FOREACH(sctp_ifnp, hash_ifn_head, next_bucket) { in sctp_find_ifn()371 struct sctp_ifnlist *hash_ifn_head; in sctp_add_addr_to_vrf() local431 hash_ifn_head = &SCTP_BASE_INFO(vrf_ifn_hash)[(ifn_index & SCTP_BASE_INFO(vrf_ifn_hashmark))]; in sctp_add_addr_to_vrf()433 LIST_INSERT_HEAD(hash_ifn_head, sctp_ifnp, next_bucket); in sctp_add_addr_to_vrf()