Home
last modified time | relevance | path

Searched refs:pow_off (Results 1 – 1 of 1) sorted by relevance

/linux/net/packet/
H A Daf_packet.c1245 static bool __tpacket_has_room(const struct packet_sock *po, int pow_off) in __tpacket_has_room() argument
1251 if (pow_off) in __tpacket_has_room()
1252 idx += len >> pow_off; in __tpacket_has_room()
1258 static bool __tpacket_v3_has_room(const struct packet_sock *po, int pow_off) in __tpacket_v3_has_room() argument
1264 if (pow_off) in __tpacket_v3_has_room()
1265 idx += len >> pow_off; in __tpacket_v3_has_room()