Home
last modified time | relevance | path

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

/Linux-v4.19/net/packet/
Daf_packet.c1210 static bool __tpacket_has_room(struct packet_sock *po, int pow_off) in __tpacket_has_room() argument
1216 if (pow_off) in __tpacket_has_room()
1217 idx += len >> pow_off; in __tpacket_has_room()
1223 static bool __tpacket_v3_has_room(struct packet_sock *po, int pow_off) in __tpacket_v3_has_room() argument
1229 if (pow_off) in __tpacket_v3_has_room()
1230 idx += len >> pow_off; in __tpacket_v3_has_room()