Lines Matching refs:tp_status
404 h.h1->tp_status = status; in __packet_set_status()
405 flush_dcache_page(pgv_to_page(&h.h1->tp_status)); in __packet_set_status()
408 h.h2->tp_status = status; in __packet_set_status()
409 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_set_status()
429 flush_dcache_page(pgv_to_page(&h.h1->tp_status)); in __packet_get_status()
430 return h.h1->tp_status; in __packet_get_status()
432 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_get_status()
433 return h.h2->tp_status; in __packet_get_status()
1003 ppd->tp_status = TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID; in prb_fill_vlan_info()
1007 ppd->tp_status = TP_STATUS_AVAILABLE; in prb_fill_vlan_info()
2250 h.h3->tp_status |= status; in tpacket_rcv()
3267 aux.tp_status = TP_STATUS_USER; in packet_recvmsg()
3269 aux.tp_status |= TP_STATUS_CSUMNOTREADY; in packet_recvmsg()
3273 aux.tp_status |= TP_STATUS_CSUM_VALID; in packet_recvmsg()
3282 aux.tp_status |= TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID; in packet_recvmsg()