Searched refs:PACKET_WRITABLE (Results 1 – 2 of 2) sorted by relevance
58 #define PACKET_WRITABLE 1 /* pd is writable */ macro
2207 set_bit(PACKET_WRITABLE, &pd->flags); in pkt_open_dev()2210 clear_bit(PACKET_WRITABLE, &pd->flags); in pkt_open_dev()2277 !test_bit(PACKET_WRITABLE, &pd->flags)) { in pkt_open()2313 int flush = test_bit(PACKET_WRITABLE, &pd->flags); in pkt_close()2457 if (!test_bit(PACKET_WRITABLE, &pd->flags)) { in pkt_make_request()