Searched refs:if_proto_hash (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c140 * List of if_proto structures in if_proto_hash[] is protected by
627 if (ifp->if_proto_hash != NULL)
628 proto = SLIST_FIRST(&ifp->if_proto_hash[i]);
771 if (ifp->if_proto_hash == NULL)
776 SLIST_FOREACH(proto, &ifp->if_proto_hash[i], next_hash) {
3023 if (ifp->if_proto_hash != NULL) {
3029 SLIST_FOREACH(proto, &ifp->if_proto_hash[i],
3982 prev_proto = SLIST_FIRST(&ifp->if_proto_hash[hash_value]);
3988 SLIST_INSERT_HEAD(&ifp->if_proto_hash[hash_value],
4144 SLIST_REMOVE(&ifp->if_proto_hash[proto_hash_valu
[all...]
H A Dif_var.h555 struct proto_hash_entry *if_proto_hash; member in struct:ifnet

Completed in 41 milliseconds