Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/packet/
H A Daf_packet.c1214 static bool __tpacket_has_room(const struct packet_sock *po, int pow_off) in __tpacket_has_room() argument
1220 if (pow_off) in __tpacket_has_room()
1221 idx += len >> pow_off; in __tpacket_has_room()
1227 static bool __tpacket_v3_has_room(const struct packet_sock *po, int pow_off) in __tpacket_v3_has_room() argument
1233 if (pow_off) in __tpacket_v3_has_room()
1234 idx += len >> pow_off; in __tpacket_v3_has_room()
/kernel/linux/linux-6.6/net/packet/
H A Daf_packet.c1249 static bool __tpacket_has_room(const struct packet_sock *po, int pow_off) in __tpacket_has_room() argument
1255 if (pow_off) in __tpacket_has_room()
1256 idx += len >> pow_off; in __tpacket_has_room()
1262 static bool __tpacket_v3_has_room(const struct packet_sock *po, int pow_off) in __tpacket_v3_has_room() argument
1268 if (pow_off) in __tpacket_v3_has_room()
1269 idx += len >> pow_off; in __tpacket_v3_has_room()

Completed in 13 milliseconds