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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Ddlil.c3274 struct if_proto * last_ifproto = NULL; local
3399 } else if (last_ifproto != NULL && last_ifproto->ifp == ifp &&
3400 (last_ifproto->protocol_family == protocol_family)) {
3402 ifproto = last_ifproto;
3403 if_proto_ref(last_ifproto);
3416 if (ifproto != last_ifproto) {
3417 if (last_ifproto != NULL) {
3419 dlil_ifproto_input(last_ifproto, pkt_first);
3421 if_proto_free(last_ifproto);
[all...]

Completed in 185 milliseconds