Home
last modified time | relevance | path

Searched refs:bpf_try_module_get (Results 1 – 5 of 5) sorted by relevance

/linux/net/mptcp/
H A Dsched.c136 if (!bpf_try_module_get(sched, sched->owner))
/linux/net/sched/
H A Dsch_api.c211 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()
H A Dsch_generic.c1003 if (!bpf_try_module_get(ops, ops->owner)) { in qdisc_create_dflt()
/linux/include/linux/
H A Dbpf.h2032 static inline bool bpf_try_module_get(const void *data, struct module *owner) in bpf_try_module_get() function
2072 static inline bool bpf_try_module_get(const void *data, struct module *owner) in bpf_try_module_get() function
/linux/net/ipv4/
H A Dtcp_output.c4056 if (likely(ca && bpf_try_module_get(ca, ca->owner))) { in tcp_ca_dst_init()