Lines Matching refs:tp_status
368 h.h1->tp_status = status; in __packet_set_status()
369 flush_dcache_page(pgv_to_page(&h.h1->tp_status)); in __packet_set_status()
372 h.h2->tp_status = status; in __packet_set_status()
373 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_set_status()
376 h.h3->tp_status = status; in __packet_set_status()
377 flush_dcache_page(pgv_to_page(&h.h3->tp_status)); in __packet_set_status()
396 flush_dcache_page(pgv_to_page(&h.h1->tp_status)); in __packet_get_status()
397 return h.h1->tp_status; in __packet_get_status()
399 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_get_status()
400 return h.h2->tp_status; in __packet_get_status()
402 flush_dcache_page(pgv_to_page(&h.h3->tp_status)); in __packet_get_status()
403 return h.h3->tp_status; in __packet_get_status()
966 ppd->tp_status = TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID; in prb_fill_vlan_info()
970 ppd->tp_status = TP_STATUS_AVAILABLE; in prb_fill_vlan_info()
2333 h.h3->tp_status |= status; in tpacket_rcv()
3402 aux.tp_status = TP_STATUS_USER; in packet_recvmsg()
3404 aux.tp_status |= TP_STATUS_CSUMNOTREADY; in packet_recvmsg()
3408 aux.tp_status |= TP_STATUS_CSUM_VALID; in packet_recvmsg()
3417 aux.tp_status |= TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID; in packet_recvmsg()