Home
last modified time | relevance | path

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

/linux-4.4.14/net/packet/
Daf_packet.c1265 static int __packet_rcv_has_room(struct packet_sock *po, struct sk_buff *skb) in __packet_rcv_has_room() function
1302 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()