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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.c1018 mbuf_t pkt_first = NULL; local
1096 dlil_ifproto_input(last_ifproto, pkt_first);
1097 pkt_first = NULL;
1105 if (pkt_first == NULL) {
1106 pkt_first = m;
1117 dlil_ifproto_input(last_ifproto, pkt_first);

Completed in 25 milliseconds