Home
last modified time | relevance | path

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

/net/ipv6/
Dinet6_hashtables.c236 bool refcounted; in inet6_lookup() local
239 ntohs(dport), dif, 0, &refcounted); in inet6_lookup()
240 if (sk && !refcounted && !refcount_inc_not_zero(&sk->sk_refcnt)) in inet6_lookup()
Dtcp_ipv6.c1634 bool refcounted; in tcp_v6_rcv() local
1666 &refcounted); in tcp_v6_rcv()
1702 refcounted = true; in tcp_v6_rcv()
1777 if (refcounted) in tcp_v6_rcv()
1803 if (refcounted) in tcp_v6_rcv()
1837 refcounted = false; in tcp_v6_rcv()
Dudp.c944 bool refcounted; in __udp6_lib_rcv() local
981 sk = skb_steal_sock(skb, &refcounted); in __udp6_lib_rcv()
990 if (refcounted) in __udp6_lib_rcv()
996 if (refcounted) in __udp6_lib_rcv()
/net/dccp/
Dipv4.c790 bool refcounted; in dccp_v4_rcv() local
828 dh->dccph_sport, dh->dccph_dport, 0, &refcounted); in dccp_v4_rcv()
857 refcounted = true; in dccp_v4_rcv()
892 return __sk_receive_skb(sk, skb, 1, dh->dccph_doff * 4, refcounted); in dccp_v4_rcv()
914 if (refcounted) in dccp_v4_rcv()
Dipv6.c697 bool refcounted; in dccp_v6_rcv() local
726 inet6_iif(skb), 0, &refcounted); in dccp_v6_rcv()
755 refcounted = true; in dccp_v6_rcv()
788 refcounted) ? -1 : 0; in dccp_v6_rcv()
810 if (refcounted) in dccp_v6_rcv()
/net/mac80211/
Dutil.c435 bool refcounted, in __ieee80211_wake_queue() argument
448 if (!refcounted) { in __ieee80211_wake_queue()
487 bool refcounted) in ieee80211_wake_queue_by_reason() argument
493 __ieee80211_wake_queue(hw, queue, reason, refcounted, &flags); in ieee80211_wake_queue_by_reason()
507 bool refcounted) in __ieee80211_stop_queue() argument
518 if (!refcounted) in __ieee80211_stop_queue()
554 bool refcounted) in ieee80211_stop_queue_by_reason() argument
560 __ieee80211_stop_queue(hw, queue, reason, refcounted); in ieee80211_stop_queue_by_reason()
630 bool refcounted) in ieee80211_stop_queues_by_reason() argument
639 __ieee80211_stop_queue(hw, i, reason, refcounted); in ieee80211_stop_queues_by_reason()
[all …]
Dieee80211_i.h2264 bool refcounted);
2274 bool refcounted);
2277 bool refcounted);
2280 bool refcounted);
/net/ipv4/
Dtcp_ipv4.c1979 bool refcounted; in tcp_v4_rcv() local
2015 th->dest, sdif, &refcounted); in tcp_v4_rcv()
2055 refcounted = true; in tcp_v4_rcv()
2136 if (refcounted) in tcp_v4_rcv()
2166 if (refcounted) in tcp_v4_rcv()
2195 refcounted = false; in tcp_v4_rcv()
Dudp.c2428 bool refcounted; in __udp4_lib_rcv() local
2457 sk = skb_steal_sock(skb, &refcounted); in __udp4_lib_rcv()
2466 if (refcounted) in __udp4_lib_rcv()
/net/core/
Dsock.c507 const int nested, unsigned int trim_cap, bool refcounted) in __sk_receive_skb() argument
541 if (refcounted) in __sk_receive_skb()
Dfilter.c6140 bool refcounted = false; in sk_lookup() local
6151 dif, sdif, &refcounted); in sk_lookup()
6165 dif, sdif, &refcounted); in sk_lookup()
6175 if (unlikely(sk && !refcounted && !sock_flag(sk, SOCK_RCU_FREE))) { in sk_lookup()