Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dinet6_hashtables.h68 bool *refcounted) in __inet6_lookup() argument
73 *refcounted = true; in __inet6_lookup()
76 *refcounted = false; in __inet6_lookup()
86 bool *refcounted) in __inet6_lookup_skb() argument
88 struct sock *sk = skb_steal_sock(skb, refcounted); in __inet6_lookup_skb()
96 iif, sdif, refcounted); in __inet6_lookup_skb()
H A Dinet_hashtables.h332 bool *refcounted) in __inet_lookup() argument
339 *refcounted = true; in __inet_lookup()
342 *refcounted = false; in __inet_lookup()
355 bool refcounted; in inet_lookup() local
358 dport, dif, 0, &refcounted); in inet_lookup()
360 if (sk && !refcounted && !refcount_inc_not_zero(&sk->sk_refcnt)) in inet_lookup()
371 bool *refcounted) in __inet_lookup_skb() argument
373 struct sock *sk = skb_steal_sock(skb, refcounted); in __inet_lookup_skb()
382 refcounted); in __inet_lookup_skb()
H A Dsock.h1839 unsigned int trim_cap, bool refcounted);
2645 skb_steal_sock(struct sk_buff *skb, bool *refcounted) in skb_steal_sock() argument
2650 *refcounted = true; in skb_steal_sock()
2652 *refcounted = sk_is_refcounted(sk); in skb_steal_sock()
2657 *refcounted = false; in skb_steal_sock()
/OK3568_Linux_fs/kernel/net/ipv6/
H A 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()
H A Dtcp_ipv6.c1610 bool refcounted; in tcp_v6_rcv() local
1642 &refcounted); in tcp_v6_rcv()
1670 refcounted = true; in tcp_v6_rcv()
1745 if (refcounted) in tcp_v6_rcv()
1770 if (refcounted) in tcp_v6_rcv()
1804 refcounted = false; in tcp_v6_rcv()
H A Dudp.c902 bool refcounted; in __udp6_lib_rcv() local
939 sk = skb_steal_sock(skb, &refcounted); in __udp6_lib_rcv()
948 if (refcounted) in __udp6_lib_rcv()
954 if (refcounted) in __udp6_lib_rcv()
/OK3568_Linux_fs/kernel/net/dccp/
H A 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()
H A Dipv6.c690 bool refcounted; in dccp_v6_rcv() local
719 inet6_iif(skb), 0, &refcounted); in dccp_v6_rcv()
748 refcounted = true; in dccp_v6_rcv()
781 refcounted) ? -1 : 0; in dccp_v6_rcv()
803 if (refcounted) in dccp_v6_rcv()
/OK3568_Linux_fs/kernel/net/mac80211/
H A 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 …]
H A Dieee80211_i.h2067 bool refcounted);
2077 bool refcounted);
2080 bool refcounted);
2083 bool refcounted);
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dpage_frags.rst9 fragments within that page are individually refcounted, in the page's
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_ipv4.c1943 bool refcounted; in tcp_v4_rcv() local
1975 th->dest, sdif, &refcounted); in tcp_v4_rcv()
2007 refcounted = true; in tcp_v4_rcv()
2086 if (refcounted) in tcp_v4_rcv()
2113 if (refcounted) in tcp_v4_rcv()
2142 refcounted = false; in tcp_v4_rcv()
H A Dudp.c2358 bool refcounted; in __udp4_lib_rcv() local
2384 sk = skb_steal_sock(skb, &refcounted); in __udp4_lib_rcv()
2393 if (refcounted) in __udp4_lib_rcv()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dmount_api.rst192 structure is not refcounted.
468 filesystem contexts are not refcounted, so this causes unconditional
H A Dpath-lookup.txt225 Where ref-walk uses a stable, refcounted ``parent'' to walk the remaining
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dpin_user_pages.rst244 pages: the head page is refcounted once for each tail or head page in the huge
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c487 const int nested, unsigned int trim_cap, bool refcounted) in __sk_receive_skb() argument
521 if (refcounted) in __sk_receive_skb()
H A Dfilter.c5870 bool refcounted = false; in sk_lookup() local
5881 dif, sdif, &refcounted); in sk_lookup()
5895 dif, sdif, &refcounted); in sk_lookup()
5905 if (unlikely(sk && !refcounted && !sock_flag(sk, SOCK_RCU_FREE))) { in sk_lookup()
/OK3568_Linux_fs/kernel/Documentation/security/
H A Dcredentials.rst251 (groups, keys, LSM security) a refcounted structure of type 'struct cred'.
/OK3568_Linux_fs/kernel/init/
H A DKconfig827 be refcounted in the [20..39]% bucket and will set the bucket clamp
830 that task will be refcounted in the same bucket of the first task and
833 (20% in the example above) when there are no more tasks refcounted in
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dfilter.rst1195 Pointer to struct bpf_sock_ops, implicitly refcounted.
/OK3568_Linux_fs/kernel/lib/
H A DKconfig.debug1515 goes completely against the principles of a refcounted object.
/OK3568_Linux_fs/external/xserver/
H A DChangeLog61769 manually anymore. It does need to be refcounted for temp grabs though.
61772 grab being refcounted, but the grab itself being a static struct in the