Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Ddlil.c4438 struct if_proto *prev_proto; in dlil_attach_protocol() local
4475 prev_proto = SLIST_FIRST(&ifp->if_proto_hash[hash_value]); in dlil_attach_protocol()
4476 while (prev_proto != NULL && SLIST_NEXT(prev_proto, next_hash) != NULL) { in dlil_attach_protocol()
4477 prev_proto = SLIST_NEXT(prev_proto, next_hash); in dlil_attach_protocol()
4479 if (prev_proto) { in dlil_attach_protocol()
4480 SLIST_INSERT_AFTER(prev_proto, proto, next_hash); in dlil_attach_protocol()