Home | History | Annotate | Download | only in libpcap

Lines Matching refs:tpacket_auxdata

1473 		char		buf[CMSG_SPACE(sizeof(struct tpacket_auxdata))];
1634 struct tpacket_auxdata *aux;
1638 if (cmsg->cmsg_len < CMSG_LEN(sizeof(struct tpacket_auxdata)) ||
1643 aux = (struct tpacket_auxdata *)CMSG_DATA(cmsg);