Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conncount.c132 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 Dnet_namespace.h100 * 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 Dsock.h1131 /* 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 Dipv4.c
H A Dipv6.c
/linux/Documentation/mm/
H A Dpage_frags.rst7 fragments within that page are individually refcounted, in the page's
/linux/net/mac80211/
H A Dutil.c434 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 Dieee80211_i.h2508 bool refcounted);
2512 bool refcounted);
2515 bool refcounted);
2518 bool refcounted);
/linux/net/ipv6/
H A Dtcp_ipv6.c1721 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 Dtcp_ipv4.c2153 bool refcounted; local
2188 th->dest, sdif, &refcounted);
2232 refcounted = true;
2323 if (refcounted)
2354 if (refcounted)
2385 refcounted = false;
H A Dudp.c2696 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 Dpin_user_pages.rst251 pages: the head page is refcounted once for each tail or head page in the huge
/linux/kernel/bpf/
H A Dbpf_struct_ops.c275 info->refcounted = true; in prepare_arg_info()
H A Dverifier.c24585 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 Dsock.c553 const int nested, unsigned int trim_cap, bool refcounted) in __sk_receive_skb() argument
594 if (refcounted) in __sk_receive_skb()
H A Dfilter.c6868 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 Dcredentials.rst251 (groups, keys, LSM security) a refcounted structure of type 'struct cred'.
/linux/init/
H A DKconfig906 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 Dbpf.h1616 bool refcounted; member
/linux/lib/
H A DKconfig.debug1789 goes completely against the principles of a refcounted object.