Searched refs:PACKET_WRITABLE (Results 1 – 2 of 2) sorted by relevance
57 #define PACKET_WRITABLE 1 /* pd is writable */ macro
2223 set_bit(PACKET_WRITABLE, &pd->flags); in pkt_open_dev()2226 clear_bit(PACKET_WRITABLE, &pd->flags); in pkt_open_dev()2290 !test_bit(PACKET_WRITABLE, &pd->flags)) { in pkt_open()2326 int flush = test_bit(PACKET_WRITABLE, &pd->flags); in pkt_close()2468 if (!test_bit(PACKET_WRITABLE, &pd->flags)) { in pkt_make_request()