Searched refs:__packet_rcv_has_room (Results 1 – 1 of 1) sorted by relevance
1242 static int __packet_rcv_has_room(const struct packet_sock *po, in __packet_rcv_has_room() function1280 ret = __packet_rcv_has_room(po, skb); in packet_rcv_has_room()1292 __packet_rcv_has_room(po, NULL) == ROOM_NORMAL) in packet_rcv_try_clear_pressure()2254 if (__packet_rcv_has_room(po, skb) == ROOM_NONE) { in tpacket_rcv()