Searched refs:bpf_try_module_get (Results 1 – 5 of 5) sorted by relevance
136 if (!bpf_try_module_get(sched, sched->owner))
211 if (!bpf_try_module_get(q, q->owner)) in qdisc_lookup_default()368 if (!bpf_try_module_get(q, q->owner)) in qdisc_lookup_ops()
1003 if (!bpf_try_module_get(ops, ops->owner)) { in qdisc_create_dflt()
2032 static inline bool bpf_try_module_get(const void *data, struct module *owner) in bpf_try_module_get() function2072 static inline bool bpf_try_module_get(const void *data, struct module *owner) in bpf_try_module_get() function
4056 if (likely(ca && bpf_try_module_get(ca, ca->owner))) { in tcp_ca_dst_init()