Lines Matching refs:tp_status
401 h.h1->tp_status = status; in __packet_set_status()
402 flush_dcache_page(pgv_to_page(&h.h1->tp_status)); in __packet_set_status()
405 h.h2->tp_status = status; in __packet_set_status()
406 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_set_status()
426 flush_dcache_page(pgv_to_page(&h.h1->tp_status)); in __packet_get_status()
427 return h.h1->tp_status; in __packet_get_status()
429 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_get_status()
430 return h.h2->tp_status; in __packet_get_status()
1006 ppd->tp_status = TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID; in prb_fill_vlan_info()
1010 ppd->tp_status = TP_STATUS_AVAILABLE; in prb_fill_vlan_info()
2029 h.h3->tp_status |= status; in tpacket_rcv()
3043 aux.tp_status = TP_STATUS_USER; in packet_recvmsg()
3045 aux.tp_status |= TP_STATUS_CSUMNOTREADY; in packet_recvmsg()
3049 aux.tp_status |= TP_STATUS_CSUM_VALID; in packet_recvmsg()
3058 aux.tp_status |= TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID; in packet_recvmsg()