| /linux/net/netfilter/ |
| H A D | nf_conncount.c | 132 bool *refcounted) in get_ct_or_tuple_from_skb() argument 157 *refcounted = true; in get_ct_or_tuple_from_skb() 175 bool refcounted = false; in __nf_conncount_add() local 178 if (!get_ct_or_tuple_from_skb(net, skb, l3num, &ct, &tuple, &zone, &refcounted)) in __nf_conncount_add() 268 if (refcounted) in __nf_conncount_add() 405 bool do_gc = true, refcounted = false; in insert_tree() local 454 if (get_ct_or_tuple_from_skb(net, skb, l3num, &ct, &tuple, &zone, &refcounted)) { in insert_tree() 481 if (refcounted) in insert_tree()
|
| /linux/include/net/ |
| H A D | net_namespace.h | 100 * refcounted against netns 363 bool refcounted, in __netns_tracker_alloc() 367 ref_tracker_alloc(refcounted ? &net->refcnt_tracker : 381 bool refcounted) in __netns_tracker_free() 384 ref_tracker_free(refcounted ? &net->refcnt_tracker : in get_net_track() 358 __netns_tracker_alloc(struct net * net,netns_tracker * tracker,bool refcounted,gfp_t gfp) __netns_tracker_alloc() argument 376 __netns_tracker_free(struct net * net,netns_tracker * tracker,bool refcounted) __netns_tracker_free() argument
|
| H A D | sock.h | 1131 /* dont let skb dst not refcounted, we are going to leave rcu lock */ in __sk_add_backlog() 2015 unsigned int trim_cap, bool refcounted); in sk_tx_queue_set()
|
| /linux/net/dccp/ |
| H A D | ipv4.c | |
| H A D | ipv6.c | |
| /linux/Documentation/mm/ |
| H A D | page_frags.rst | 7 fragments within that page are individually refcounted, in the page's
|
| /linux/net/mac80211/ |
| H A D | util.c | 434 bool refcounted, in __ieee80211_wake_queue() argument 445 if (!refcounted) { in __ieee80211_wake_queue() 481 bool refcounted) in ieee80211_wake_queue_by_reason() argument 487 __ieee80211_wake_queue(hw, queue, reason, refcounted, &flags); in ieee80211_wake_queue_by_reason() 501 bool refcounted) in __ieee80211_stop_queue() argument 508 if (!refcounted) in __ieee80211_stop_queue() 521 bool refcounted) in ieee80211_stop_queue_by_reason() argument 527 __ieee80211_stop_queue(hw, queue, reason, refcounted); in ieee80211_stop_queue_by_reason() 597 bool refcounted) in ieee80211_stop_queues_by_reason() argument 606 __ieee80211_stop_queue(hw, i, reason, refcounted); in ieee80211_stop_queues_by_reason() [all …]
|
| H A D | ieee80211_i.h | 2508 bool refcounted); 2512 bool refcounted); 2515 bool refcounted); 2518 bool refcounted);
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 1721 bool refcounted; 1755 &refcounted); 1796 refcounted = true; 1886 if (refcounted) 1915 if (refcounted) 1951 refcounted = false; 1764 bool refcounted; global() local
|
| /linux/net/ipv4/ |
| H A D | tcp_ipv4.c | 2153 bool refcounted; local 2188 th->dest, sdif, &refcounted); 2232 refcounted = true; 2323 if (refcounted) 2354 if (refcounted) 2385 refcounted = false;
|
| H A D | udp.c | 2696 bool refcounted; in __udp4_lib_rcv() local 2726 &refcounted, udp_ehashfn); in __udp4_lib_rcv() 2738 if (refcounted) in __udp4_lib_rcv()
|
| /linux/Documentation/core-api/ |
| H A D | pin_user_pages.rst | 251 pages: the head page is refcounted once for each tail or head page in the huge
|
| /linux/kernel/bpf/ |
| H A D | bpf_struct_ops.c | 275 info->refcounted = true; in prepare_arg_info()
|
| H A D | verifier.c | 24585 aux->ctx_arg_info[i].ref_obj_id = aux->ctx_arg_info[i].refcounted ? in do_check_common() 24795 if (st_ops_desc->arg_info[member_idx].info->refcounted) { in check_struct_ops_btf_id()
|
| /linux/net/core/ |
| H A D | sock.c | 553 const int nested, unsigned int trim_cap, bool refcounted) in __sk_receive_skb() argument 594 if (refcounted) in __sk_receive_skb()
|
| H A D | filter.c | 6868 bool refcounted = false; in sk_lookup() local 6879 dif, sdif, &refcounted); in sk_lookup() 6893 dif, sdif, &refcounted); in sk_lookup() 6903 if (unlikely(sk && !refcounted && !sock_flag(sk, SOCK_RCU_FREE))) { in sk_lookup()
|
| /linux/Documentation/security/ |
| H A D | credentials.rst | 251 (groups, keys, LSM security) a refcounted structure of type 'struct cred'.
|
| /linux/init/ |
| H A D | Kconfig | 906 be refcounted in the [20..39]% bucket and will set the bucket clamp 909 that task will be refcounted in the same bucket of the first task and 912 (20% in the example above) when there are no more tasks refcounted in
|
| /linux/include/linux/ |
| H A D | bpf.h | 1616 bool refcounted; member
|
| /linux/lib/ |
| H A D | Kconfig.debug | 1789 goes completely against the principles of a refcounted object.
|