Searched refs:bpf_link_inc_not_zero (Results 1 – 3 of 3) sorted by relevance
1005 if (shim_link && !IS_ERR(bpf_link_inc_not_zero(&shim_link->link.link))) { in bpf_trampoline_link_cgroup_shim()
5915 struct bpf_link *bpf_link_inc_not_zero(struct bpf_link *link) in bpf_link_inc_not_zero() function5919 EXPORT_SYMBOL(bpf_link_inc_not_zero);5933 link = bpf_link_inc_not_zero(link); in bpf_link_by_id()5951 link = bpf_link_inc_not_zero(link); in bpf_link_get_curr_or_next()
2768 struct bpf_link *bpf_link_inc_not_zero(struct bpf_link *link);3148 static inline struct bpf_link *bpf_link_inc_not_zero(struct bpf_link *link) in bpf_link_inc_not_zero() function