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