| /Linux-v5.4/include/net/ |
| D | inet6_hashtables.h | 68 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 90 *refcounted = true; in __inet6_lookup_skb() 97 iif, sdif, refcounted); in __inet6_lookup_skb()
|
| D | inet_hashtables.h | 335 bool *refcounted) in __inet_lookup() argument 342 *refcounted = true; in __inet_lookup() 345 *refcounted = false; in __inet_lookup() 358 bool refcounted; in inet_lookup() local 361 dport, dif, 0, &refcounted); in inet_lookup() 363 if (sk && !refcounted && !refcount_inc_not_zero(&sk->sk_refcnt)) in inet_lookup() 374 bool *refcounted) in __inet_lookup_skb() argument 379 *refcounted = true; in __inet_lookup_skb() 386 refcounted); in __inet_lookup_skb()
|
| D | sock.h | 1738 unsigned int trim_cap, bool refcounted);
|
| /Linux-v5.4/net/ipv6/ |
| D | inet6_hashtables.c | 190 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()
|
| D | tcp_ipv6.c | 1485 bool refcounted; in tcp_v6_rcv() local 1517 &refcounted); in tcp_v6_rcv() 1545 refcounted = true; in tcp_v6_rcv() 1620 if (refcounted) in tcp_v6_rcv() 1645 if (refcounted) in tcp_v6_rcv() 1679 refcounted = false; in tcp_v6_rcv()
|
| /Linux-v5.4/net/dccp/ |
| D | ipv4.c | 774 bool refcounted; in dccp_v4_rcv() local 812 dh->dccph_sport, dh->dccph_dport, 0, &refcounted); in dccp_v4_rcv() 841 refcounted = true; in dccp_v4_rcv() 876 return __sk_receive_skb(sk, skb, 1, dh->dccph_doff * 4, refcounted); in dccp_v4_rcv() 898 if (refcounted) in dccp_v4_rcv()
|
| D | ipv6.c | 685 bool refcounted; in dccp_v6_rcv() local 714 inet6_iif(skb), 0, &refcounted); in dccp_v6_rcv() 743 refcounted = true; in dccp_v6_rcv() 776 refcounted) ? -1 : 0; in dccp_v6_rcv() 798 if (refcounted) in dccp_v6_rcv()
|
| /Linux-v5.4/net/mac80211/ |
| D | util.c | 383 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 …]
|
| D | ieee80211_i.h | 2018 bool refcounted); 2028 bool refcounted); 2031 bool refcounted); 2034 bool refcounted);
|
| /Linux-v5.4/Documentation/vm/ |
| D | page_frags.rst | 9 fragments within that page are individually refcounted, in the page's
|
| /Linux-v5.4/net/ipv4/ |
| D | tcp_ipv4.c | 1815 bool refcounted; in tcp_v4_rcv() local 1847 th->dest, sdif, &refcounted); in tcp_v4_rcv() 1878 refcounted = true; in tcp_v4_rcv() 1956 if (refcounted) in tcp_v4_rcv() 1983 if (refcounted) in tcp_v4_rcv() 2012 refcounted = false; in tcp_v4_rcv()
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | mount_api.txt | 164 structure is not refcounted. 401 [!] filesystem contexts are not refcounted, so this causes unconditional
|
| D | path-lookup.txt | 225 Where ref-walk uses a stable, refcounted ``parent'' to walk the remaining
|
| /Linux-v5.4/net/core/ |
| D | sock.c | 499 const int nested, unsigned int trim_cap, bool refcounted) in __sk_receive_skb() argument 533 if (refcounted) in __sk_receive_skb()
|
| D | filter.c | 5208 bool refcounted = false; in sk_lookup() local 5219 dif, sdif, &refcounted); in sk_lookup() 5233 dif, sdif, &refcounted); in sk_lookup() 5243 if (unlikely(sk && !refcounted && !sock_flag(sk, SOCK_RCU_FREE))) { in sk_lookup()
|
| /Linux-v5.4/Documentation/security/ |
| D | credentials.rst | 251 (groups, keys, LSM security) a refcounted structure of type 'struct cred'.
|
| /Linux-v5.4/init/ |
| D | Kconfig | 751 be refcounted in the [20..39]% bucket and will set the bucket clamp 754 that task will be refcounted in the same bucket of the first task and 757 (20% in the example above) when there are no more tasks refcounted in
|
| /Linux-v5.4/Documentation/networking/ |
| D | filter.txt | 1133 PTR_TO_SOCKET Pointer to struct bpf_sock_ops, implicitly refcounted.
|
| /Linux-v5.4/lib/ |
| D | Kconfig.debug | 1334 goes completely against the principles of a refcounted object.
|