Searched refs:bpf_try_module_get (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | tcp_cong.c | 226 if (unlikely(!bpf_try_module_get(ca, ca->owner))) in tcp_assign_congestion_control() 292 } else if (!bpf_try_module_get(ca, ca->owner)) { in tcp_set_default_congestion_control() 439 else if (!bpf_try_module_get(ca, ca->owner)) in tcp_set_congestion_control()
|
H A D | tcp_minisocks.c | 442 if (likely(ca && bpf_try_module_get(ca, ca->owner))) { in tcp_ca_openreq_child() 453 !bpf_try_module_get(icsk->icsk_ca_ops, icsk->icsk_ca_ops->owner))) in tcp_ca_openreq_child()
|
H A D | tcp_ipv4.c | 3296 bpf_try_module_get(init_net.ipv4.tcp_congestion_control, in tcp_sk_init()
|
H A D | tcp_output.c | 3762 if (likely(ca && bpf_try_module_get(ca, ca->owner))) { in tcp_ca_dst_init()
|
/openbmc/linux/net/mptcp/ |
H A D | sched.c | 92 if (!bpf_try_module_get(sched, sched->owner)) in mptcp_init_sched()
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 1680 static inline bool bpf_try_module_get(const void *data, struct module *owner) in bpf_try_module_get() function 1721 static inline bool bpf_try_module_get(const void *data, struct module *owner) in bpf_try_module_get() function
|