Home
last modified time | relevance | path

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

/net/packet/
Daf_packet.c1242 static int __packet_rcv_has_room(const struct packet_sock *po, in __packet_rcv_has_room() function
1280 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()