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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.c337 if (ifp->if_proto_hash) {
338 proto = SLIST_FIRST(&ifp->if_proto_hash[i]);
440 if (ifp->if_proto_hash != NULL) {
443 SLIST_FOREACH(proto, &ifp->if_proto_hash[i], next_hash) {
1145 if (ifp->if_proto_hash) {
1151 SLIST_FOREACH(proto, &ifp->if_proto_hash[i], next_hash) {
2057 struct if_proto* prev_proto = SLIST_FIRST(&ifp->if_proto_hash[hash_value]);
2063 SLIST_INSERT_HEAD(&ifp->if_proto_hash[hash_value], proto, next_hash);
2238 SLIST_REMOVE(&ifp->if_proto_hash[proto_hash_value(proto_family)], proto, if_proto, next_hash);
2315 struct if_proto **prev_nextptr = &SLIST_FIRST(&ifp->if_proto_hash[
[all...]
H A Dif_var.h415 struct proto_hash_entry *if_proto_hash; member in struct:ifnet

Completed in 24 milliseconds