Home
last modified time | relevance | path

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

/net/ipv6/
Dinet6_hashtables.c190 bool refcounted; in inet6_lookup() local
193 ntohs(dport), dif, 0, &refcounted); in inet6_lookup()
194 if (sk && !refcounted && !refcount_inc_not_zero(&sk->sk_refcnt)) in inet6_lookup()
Dtcp_ipv6.c1518 bool refcounted; in tcp_v6_rcv() local
1550 &refcounted); in tcp_v6_rcv()
1578 refcounted = true; in tcp_v6_rcv()
1653 if (refcounted) in tcp_v6_rcv()
1678 if (refcounted) in tcp_v6_rcv()
1712 refcounted = false; in tcp_v6_rcv()
/net/dccp/
Dipv4.c776 bool refcounted; in dccp_v4_rcv() local
814 dh->dccph_sport, dh->dccph_dport, 0, &refcounted); in dccp_v4_rcv()
843 refcounted = true; in dccp_v4_rcv()
878 return __sk_receive_skb(sk, skb, 1, dh->dccph_doff * 4, refcounted); in dccp_v4_rcv()
900 if (refcounted) in dccp_v4_rcv()
Dipv6.c687 bool refcounted; in dccp_v6_rcv() local
716 inet6_iif(skb), 0, &refcounted); in dccp_v6_rcv()
745 refcounted = true; in dccp_v6_rcv()
778 refcounted) ? -1 : 0; in dccp_v6_rcv()
800 if (refcounted) in dccp_v6_rcv()
/net/mac80211/
Dutil.c383 bool refcounted, in __ieee80211_wake_queue() argument
396 if (!refcounted) { in __ieee80211_wake_queue()
435 bool refcounted) in ieee80211_wake_queue_by_reason() argument
441 __ieee80211_wake_queue(hw, queue, reason, refcounted, &flags); in ieee80211_wake_queue_by_reason()
455 bool refcounted) in __ieee80211_stop_queue() argument
466 if (!refcounted) in __ieee80211_stop_queue()
502 bool refcounted) in ieee80211_stop_queue_by_reason() argument
508 __ieee80211_stop_queue(hw, queue, reason, refcounted); in ieee80211_stop_queue_by_reason()
578 bool refcounted) in ieee80211_stop_queues_by_reason() argument
587 __ieee80211_stop_queue(hw, i, reason, refcounted); in ieee80211_stop_queues_by_reason()
[all …]
Dieee80211_i.h2031 bool refcounted);
2041 bool refcounted);
2044 bool refcounted);
2047 bool refcounted);
/net/ipv4/
Dtcp_ipv4.c1841 bool refcounted; in tcp_v4_rcv() local
1873 th->dest, sdif, &refcounted); in tcp_v4_rcv()
1904 refcounted = true; in tcp_v4_rcv()
1982 if (refcounted) in tcp_v4_rcv()
2009 if (refcounted) in tcp_v4_rcv()
2038 refcounted = false; in tcp_v4_rcv()
/net/core/
Dsock.c500 const int nested, unsigned int trim_cap, bool refcounted) in __sk_receive_skb() argument
534 if (refcounted) in __sk_receive_skb()
Dfilter.c5250 bool refcounted = false; in sk_lookup() local
5261 dif, sdif, &refcounted); in sk_lookup()
5275 dif, sdif, &refcounted); in sk_lookup()
5285 if (unlikely(sk && !refcounted && !sock_flag(sk, SOCK_RCU_FREE))) { in sk_lookup()