Searched refs:bpf_link_inc_not_zero (Results 1 – 3 of 3) sorted by relevance
6009 struct bpf_link *bpf_link_inc_not_zero(struct bpf_link *link) in bpf_link_inc_not_zero() function6013 EXPORT_SYMBOL(bpf_link_inc_not_zero);6027 link = bpf_link_inc_not_zero(link); in bpf_link_by_id()6045 link = bpf_link_inc_not_zero(link); in bpf_link_get_curr_or_next()
1151 if (shim_link && !IS_ERR(bpf_link_inc_not_zero(&shim_link->link.link))) { in bpf_trampoline_link_cgroup_shim()
2902 struct bpf_link *bpf_link_inc_not_zero(struct bpf_link *link);3345 static inline struct bpf_link *bpf_link_inc_not_zero(struct bpf_link *link) in bpf_link_inc_not_zero() function