Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/packet/
H A Ddiag.c18 pinfo.pdi_version = po->tp_version; in pdiag_put_info()
103 ret = pdiag_put_ring(&po->rx_ring, po->tp_version, in pdiag_put_rings_cfg()
106 ret = pdiag_put_ring(&po->tx_ring, po->tp_version, in pdiag_put_rings_cfg()
H A Daf_packet.c369 switch (po->tp_version) { in __packet_set_status()
397 switch (po->tp_version) { in __packet_get_status()
449 switch (po->tp_version) { in __packet_set_timestamp()
590 p1->version = po->tp_version; in init_prb_bdqc()
1078 switch (po->tp_version) { in packet_current_rx_frame()
1129 if (po->tp_version <= TPACKET_V2) in packet_previous_rx_frame()
1138 switch (po->tp_version) { in packet_increment_rx_head()
1254 if (po->tp_version == TPACKET_V3) { in __packet_rcv_has_room()
2270 if (po->tp_version <= TPACKET_V2) { in tpacket_rcv()
2312 if (po->tp_version <= TPACKET_V2) { in tpacket_rcv()
[all …]
H A Dinternal.h131 enum tpacket_versions tp_version; member