Searched refs:bpf_try_module_get (Results 1 – 7 of 7) sorted by relevance
| /linux/net/mptcp/ |
| H A D | sched.c | 136 if (!bpf_try_module_get(sched, sched->owner))
|
| /linux/net/ipv4/ |
| H A D | tcp_minisocks.c | 510 if (likely(ca && bpf_try_module_get(ca, ca->owner))) { in tcp_ca_openreq_child() 521 !bpf_try_module_get(icsk->icsk_ca_ops, icsk->icsk_ca_ops->owner))) in tcp_ca_openreq_child()
|
| H A D | tcp_ipv4.c | 3598 bpf_try_module_get(init_net.ipv4.tcp_congestion_control,
|
| H A D | tcp_output.c | 4095 if (likely(ca && bpf_try_module_get(ca, ca->owner))) { in tcp_connect_init()
|
| /linux/net/sched/ |
| H A D | sch_api.c | 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()
|
| H A D | sch_generic.c | 1001 if (!bpf_try_module_get(ops, ops->owner)) { in qdisc_create_dflt()
|
| /linux/include/linux/ |
| H A D | bpf.h | 2100 static inline bool bpf_try_module_get(const void *data, struct module *owner) in bpf_try_module_get() function 2143 static inline bool bpf_try_module_get(const void *data, struct module *owner) in bpf_try_module_get() function
|