Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dkpi_protocol.c100 entry->hash = proto_hash_value(protocol); in proto_register_input()
134 for (entry = proto_hash[proto_hash_value(protocol)]; entry != NULL; in proto_unregister_input()
155 hash_slot = proto_hash_value(entry->protocol); in proto_delayed_attach()
253 for (entry = proto_hash[proto_hash_value(protocol)]; entry != NULL; in proto_input()
293 int hash_slot = proto_hash_value(protocol); in proto_inject()
H A Ddlil.h422 extern int proto_hash_value(u_int32_t);
H A Ddlil_subr.c607 u_int32_t i = proto_hash_value(protocol_family); in find_attached_proto()
H A Ddlil.c1214 proto_hash_value(u_int32_t protocol_family) in proto_hash_value() function
4437 u_int32_t hash_value = proto_hash_value(proto->protocol_family); in dlil_attach_protocol()
4682 SLIST_REMOVE(&ifp->if_proto_hash[proto_hash_value(proto_family)], in ifnet_detach_protocol()