Searched refs:pow_off (Results 1 – 1 of 1) sorted by relevance
1296 static bool __tpacket_has_room(const struct packet_sock *po, int pow_off) in __tpacket_has_room() argument1302 if (pow_off) in __tpacket_has_room()1303 idx += len >> pow_off; in __tpacket_has_room()1309 static bool __tpacket_v3_has_room(const struct packet_sock *po, int pow_off) in __tpacket_v3_has_room() argument1315 if (pow_off) in __tpacket_v3_has_room()1316 idx += len >> pow_off; in __tpacket_v3_has_room()