Searched refs:PACKET_WRITABLE (Results 1 – 2 of 2) sorted by relevance
48 #define PACKET_WRITABLE 1 /* pd is writable */ macro
2198 set_bit(PACKET_WRITABLE, &pd->flags); in pkt_open_dev()2201 clear_bit(PACKET_WRITABLE, &pd->flags); in pkt_open_dev()2272 !test_bit(PACKET_WRITABLE, &pd->flags)) { in pkt_open()2302 int flush = test_bit(PACKET_WRITABLE, &pd->flags); in pkt_release()2449 if (!test_bit(PACKET_WRITABLE, &pd->flags)) { in pkt_submit_bio()