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

/linux-master/net/packet/
H A Ddiag.c18 pinfo.pdi_version = po->tp_version;
103 ret = pdiag_put_ring(&po->rx_ring, po->tp_version,
106 ret = pdiag_put_ring(&po->tx_ring, po->tp_version,
H A Dinternal.h126 enum tpacket_versions tp_version; member in struct:packet_sock
H A Daf_packet.c407 switch (po->tp_version) {
437 switch (po->tp_version) {
489 switch (po->tp_version) {
630 p1->version = po->tp_version;
1118 switch (po->tp_version) {
1169 if (po->tp_version <= TPACKET_V2)
1178 switch (po->tp_version) {
1294 if (po->tp_version == TPACKET_V3) {
2319 if (po->tp_version <= TPACKET_V2) {
2361 if (po->tp_version <
[all...]
/linux-master/drivers/platform/x86/hp/
H A Dhp-wmi.c1251 int err, tp, tp_version; local
1254 tp_version = omen_get_thermal_policy_version();
1256 if (tp_version < 0 || tp_version > 1)
1261 if (tp_version == 0)
1267 if (tp_version == 0)
1273 if (tp_version == 0)

Completed in 116 milliseconds