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.c1607 bool refcounted; in tcp_v6_rcv() local
1639 &refcounted); in tcp_v6_rcv()
1667 refcounted = true; in tcp_v6_rcv()
1742 if (refcounted) in tcp_v6_rcv()
1767 if (refcounted) in tcp_v6_rcv()
1801 refcounted = false; in tcp_v6_rcv()
Dudp.c924 bool refcounted; in __udp6_lib_rcv() local
961 sk = skb_steal_sock(skb, &refcounted); in __udp6_lib_rcv()
970 if (refcounted) in __udp6_lib_rcv()
976 if (refcounted) in __udp6_lib_rcv()
/net/dccp/
Dipv4.c780 bool refcounted; in dccp_v4_rcv() local
818 dh->dccph_sport, dh->dccph_dport, 0, &refcounted); in dccp_v4_rcv()
847 refcounted = true; in dccp_v4_rcv()
882 return __sk_receive_skb(sk, skb, 1, dh->dccph_doff * 4, refcounted); in dccp_v4_rcv()
904 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.c434 bool refcounted, in __ieee80211_wake_queue() argument
447 if (!refcounted) { in __ieee80211_wake_queue()
486 bool refcounted) in ieee80211_wake_queue_by_reason() argument
492 __ieee80211_wake_queue(hw, queue, reason, refcounted, &flags); in ieee80211_wake_queue_by_reason()
506 bool refcounted) in __ieee80211_stop_queue() argument
517 if (!refcounted) in __ieee80211_stop_queue()
553 bool refcounted) in ieee80211_stop_queue_by_reason() argument
559 __ieee80211_stop_queue(hw, queue, reason, refcounted); in ieee80211_stop_queue_by_reason()
629 bool refcounted) in ieee80211_stop_queues_by_reason() argument
638 __ieee80211_stop_queue(hw, i, reason, refcounted); in ieee80211_stop_queues_by_reason()
[all …]
Dieee80211_i.h2087 bool refcounted);
2097 bool refcounted);
2100 bool refcounted);
2103 bool refcounted);
/net/ipv4/
Dtcp_ipv4.c1944 bool refcounted; in tcp_v4_rcv() local
1976 th->dest, sdif, &refcounted); in tcp_v4_rcv()
2008 refcounted = true; in tcp_v4_rcv()
2087 if (refcounted) in tcp_v4_rcv()
2114 if (refcounted) in tcp_v4_rcv()
2143 refcounted = false; in tcp_v4_rcv()
Dudp.c2371 bool refcounted; in __udp4_lib_rcv() local
2397 sk = skb_steal_sock(skb, &refcounted); in __udp4_lib_rcv()
2406 if (refcounted) in __udp4_lib_rcv()
/net/core/
Dsock.c487 const int nested, unsigned int trim_cap, bool refcounted) in __sk_receive_skb() argument
521 if (refcounted) in __sk_receive_skb()
Dfilter.c5899 bool refcounted = false; in sk_lookup() local
5910 dif, sdif, &refcounted); in sk_lookup()
5924 dif, sdif, &refcounted); in sk_lookup()
5934 if (unlikely(sk && !refcounted && !sock_flag(sk, SOCK_RCU_FREE))) { in sk_lookup()