Lines Matching defs:packet
59 struct packet {
61 struct packet *next;
65 static struct packet *pend_q;
66 static struct packet *pend_qtail;
136 struct packet *pkt, *nextpkt;
267 * We apply the active_filter to see if we want this packet to
275 struct packet *pkt;
286 pkt = (struct packet *) malloc(sizeof(struct packet) + len);
308 struct packet *pkt, *prev, *nextpkt;
332 * Scan a packet to decide whether it is an "active" packet,
350 dbglog("BPF identified packet as not worth bringing up the link.");