tp_status          97 include/uapi/linux/if_packet.h 	__u32		tp_status;
tp_status         132 include/uapi/linux/if_packet.h 	unsigned long	tp_status;
tp_status         146 include/uapi/linux/if_packet.h 	__u32		tp_status;
tp_status         171 include/uapi/linux/if_packet.h 	__u32		tp_status;
tp_status         368 net/packet/af_packet.c 		h.h1->tp_status = status;
tp_status         369 net/packet/af_packet.c 		flush_dcache_page(pgv_to_page(&h.h1->tp_status));
tp_status         372 net/packet/af_packet.c 		h.h2->tp_status = status;
tp_status         373 net/packet/af_packet.c 		flush_dcache_page(pgv_to_page(&h.h2->tp_status));
tp_status         376 net/packet/af_packet.c 		h.h3->tp_status = status;
tp_status         377 net/packet/af_packet.c 		flush_dcache_page(pgv_to_page(&h.h3->tp_status));
tp_status         396 net/packet/af_packet.c 		flush_dcache_page(pgv_to_page(&h.h1->tp_status));
tp_status         397 net/packet/af_packet.c 		return h.h1->tp_status;
tp_status         399 net/packet/af_packet.c 		flush_dcache_page(pgv_to_page(&h.h2->tp_status));
tp_status         400 net/packet/af_packet.c 		return h.h2->tp_status;
tp_status         402 net/packet/af_packet.c 		flush_dcache_page(pgv_to_page(&h.h3->tp_status));
tp_status         403 net/packet/af_packet.c 		return h.h3->tp_status;
tp_status         967 net/packet/af_packet.c 		ppd->tp_status = TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID;
tp_status         971 net/packet/af_packet.c 		ppd->tp_status = TP_STATUS_AVAILABLE;
tp_status        2349 net/packet/af_packet.c 		h.h3->tp_status |= status;
tp_status        3421 net/packet/af_packet.c 		aux.tp_status = TP_STATUS_USER;
tp_status        3423 net/packet/af_packet.c 			aux.tp_status |= TP_STATUS_CSUMNOTREADY;
tp_status        3427 net/packet/af_packet.c 			aux.tp_status |= TP_STATUS_CSUM_VALID;
tp_status        3436 net/packet/af_packet.c 			aux.tp_status |= TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID;
tp_status         213 tools/testing/selftests/net/psock_fanout.c 	while (count < RING_NUM_FRAMES && header->tp_status & TP_STATUS_USER) {
tp_status         175 tools/testing/selftests/net/psock_tpacket.c 	return ((hdr->tp_status & TP_STATUS_USER) == TP_STATUS_USER);
tp_status         180 tools/testing/selftests/net/psock_tpacket.c 	hdr->tp_status = TP_STATUS_KERNEL;
tp_status         186 tools/testing/selftests/net/psock_tpacket.c 	return ((hdr->tp_status & TP_STATUS_USER) == TP_STATUS_USER);
tp_status         191 tools/testing/selftests/net/psock_tpacket.c 	hdr->tp_status = TP_STATUS_KERNEL;
tp_status         281 tools/testing/selftests/net/psock_tpacket.c 	return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING));
tp_status         286 tools/testing/selftests/net/psock_tpacket.c 	hdr->tp_status = TP_STATUS_SEND_REQUEST;
tp_status         292 tools/testing/selftests/net/psock_tpacket.c 	return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING));
tp_status         297 tools/testing/selftests/net/psock_tpacket.c 	hdr->tp_status = TP_STATUS_SEND_REQUEST;
tp_status         303 tools/testing/selftests/net/psock_tpacket.c 	return !(hdr->tp_status & (TP_STATUS_SEND_REQUEST | TP_STATUS_SENDING));
tp_status         308 tools/testing/selftests/net/psock_tpacket.c 	hdr->tp_status = TP_STATUS_SEND_REQUEST;
tp_status         127 tools/testing/selftests/net/txring_overwrite.c 	while (header->tp_status != TP_STATUS_AVAILABLE)
tp_status         133 tools/testing/selftests/net/txring_overwrite.c 	header->tp_status = TP_STATUS_SEND_REQUEST;