Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_pcb.c196 struct sctp_ifnlist *hash_ifn_head; in sctp_find_ifn() local
203 hash_ifn_head = &SCTP_BASE_INFO(vrf_ifn_hash)[(ifn_index & SCTP_BASE_INFO(vrf_ifn_hashmark))]; in sctp_find_ifn()
204 LIST_FOREACH(sctp_ifnp, hash_ifn_head, next_bucket) { in sctp_find_ifn()
483 struct sctp_ifnlist *hash_ifn_head; in sctp_add_addr_to_vrf() local
544 hash_ifn_head = &SCTP_BASE_INFO(vrf_ifn_hash)[(ifn_index & SCTP_BASE_INFO(vrf_ifn_hashmark))]; in sctp_add_addr_to_vrf()
546 LIST_INSERT_HEAD(hash_ifn_head, sctp_ifnp, next_bucket); in sctp_add_addr_to_vrf()