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

/external/libpcap/
H A Dpcap-linux.c305 u_int tp_version; /* version of tpacket_hdr for mmaped ring */ member in struct:pcap_linux
3410 switch (handlep->tp_version) {
3481 handlep->tp_version = version;
3514 handlep->tp_version = TPACKET_V1;
3589 switch (handlep->tp_version) {
4032 switch (handlep->tp_version) {
4092 if (handlep->tp_version == TPACKET_V3)

Completed in 1088 milliseconds