Lines Matching refs:status

191 		int status);
197 struct packet_sock *, unsigned int status);
365 static void __packet_set_status(struct packet_sock *po, void *frame, int status)
374 WRITE_ONCE(h.h1->tp_status, status);
378 WRITE_ONCE(h.h2->tp_status, status);
382 WRITE_ONCE(h.h3->tp_status, status);
482 int status)
493 if (status != __packet_get_status(po, h.raw))
501 int status)
503 return packet_lookup_frame(po, rb, rb->head, status);
720 struct tpacket_block_desc *pbd1, __u32 status)
739 /* Now update the block status. */
741 BLOCK_STATUS(pbd1) = status;
766 __u32 status = TP_STATUS_USER | stat;
773 status |= TP_STATUS_LOSING;
797 prb_flush_block(pkc1, pbd1, status);
917 struct packet_sock *po, unsigned int status)
932 if (!(status & TP_STATUS_BLK_TMO)) {
937 prb_close_block(pkc, pbd, po, status);
1080 int status, unsigned int len)
1087 po->rx_ring.head, status);
1101 int status)
1106 if (status != BLOCK_STATUS(pbd))
1124 int status)
1127 return prb_lookup_block(po, rb, previous, status);
1132 int status)
1135 return packet_previous_frame(po, rb, status);
1137 return __prb_previous_block(po, rb, status);
1157 int status)
1160 return packet_lookup_frame(po, rb, previous, status);
2209 unsigned long status = TP_STATUS_USER;
2257 status |= TP_STATUS_CSUMNOTREADY;
2260 status |= TP_STATUS_CSUM_VALID;
2350 status |= TP_STATUS_LOSING;
2355 status |= TP_STATUS_COPY;
2370 status |= ts_status;
2392 status |= TP_STATUS_VLAN_VALID | TP_STATUS_VLAN_TPID_VALID;
2404 h.h3->tp_status |= status;
2446 __packet_set_status(po, h.raw, status);
2689 int status = TP_STATUS_AVAILABLE;
2768 status = TP_STATUS_SEND_REQUEST;
2812 status = TP_STATUS_WRONG_FORMAT;
2830 status = TP_STATUS_SEND_REQUEST;
2863 __packet_set_status(po, ph, status);