Searched refs:__packet_rcv_has_room (Results 1 – 1 of 1) sorted by relevance
1236 static int __packet_rcv_has_room(struct packet_sock *po, struct sk_buff *skb) in __packet_rcv_has_room() function1273 ret = __packet_rcv_has_room(po, skb); in packet_rcv_has_room()4101 if (po->pressure && __packet_rcv_has_room(po, NULL) == ROOM_NORMAL) in packet_poll()