Home
last modified time | relevance | path

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

/net/unix/
Dgarbage.c92 struct sk_buff_head *hitlist) in scan_inflight() argument
124 if (hit && hitlist != NULL) { in scan_inflight()
126 __skb_queue_tail(hitlist, skb); in scan_inflight()
134 struct sk_buff_head *hitlist) in scan_children() argument
137 scan_inflight(x, func, hitlist); in scan_children()
161 scan_inflight(&u->sk, func, hitlist); in scan_children()
210 struct sk_buff_head hitlist; in unix_gc() local
286 skb_queue_head_init(&hitlist); in unix_gc()
288 scan_children(&u->sk, inc_inflight, &hitlist); in unix_gc()
307 skb_queue_walk_safe(&hitlist, skb, next_skb) { in unix_gc()
[all …]