Searched refs:bpf_try_module_get (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/net/ipv4/ |
D | tcp_cong.c | 227 if (unlikely(!bpf_try_module_get(ca, ca->owner))) in tcp_assign_congestion_control() 293 } else if (!bpf_try_module_get(ca, ca->owner)) { in tcp_set_default_congestion_control() 440 else if (!bpf_try_module_get(ca, ca->owner)) in tcp_set_congestion_control()
|
D | tcp_minisocks.c | 447 if (likely(ca && bpf_try_module_get(ca, ca->owner))) { in tcp_ca_openreq_child() 458 !bpf_try_module_get(icsk->icsk_ca_ops, icsk->icsk_ca_ops->owner))) in tcp_ca_openreq_child()
|
D | tcp_ipv4.c | 3281 bpf_try_module_get(init_net.ipv4.tcp_congestion_control, in tcp_sk_init()
|
D | tcp_output.c | 3749 if (likely(ca && bpf_try_module_get(ca, ca->owner))) { in tcp_ca_dst_init()
|
/Linux-v6.6/net/mptcp/ |
D | sched.c | 92 if (!bpf_try_module_get(sched, sched->owner)) in mptcp_init_sched()
|
/Linux-v6.6/include/linux/ |
D | bpf.h | 1634 static inline bool bpf_try_module_get(const void *data, struct module *owner) in bpf_try_module_get() function 1675 static inline bool bpf_try_module_get(const void *data, struct module *owner) in bpf_try_module_get() function
|