Searched refs:bpf_try_module_get (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/net/ipv4/ |
D | tcp_cong.c | 223 if (unlikely(!bpf_try_module_get(ca, ca->owner))) in tcp_assign_congestion_control() 290 } else if (!bpf_try_module_get(ca, ca->owner)) { in tcp_set_default_congestion_control() 437 else if (!bpf_try_module_get(ca, ca->owner)) in tcp_set_congestion_control()
|
D | tcp_minisocks.c | 479 if (likely(ca && bpf_try_module_get(ca, ca->owner))) { in tcp_ca_openreq_child() 490 !bpf_try_module_get(icsk->icsk_ca_ops, icsk->icsk_ca_ops->owner))) in tcp_ca_openreq_child()
|
D | tcp_ipv4.c | 3525 bpf_try_module_get(init_net.ipv4.tcp_congestion_control,
|
D | tcp_output.c | 3869 if (likely(ca && bpf_try_module_get(ca, ca->owner))) { in tcp_ca_dst_init()
|
/linux-6.14.4/net/mptcp/ |
D | sched.c | 112 if (!bpf_try_module_get(sched, sched->owner)) in mptcp_init_sched()
|
/linux-6.14.4/include/linux/ |
D | bpf.h | 1877 static inline bool bpf_try_module_get(const void *data, struct module *owner) in bpf_try_module_get() function 1916 static inline bool bpf_try_module_get(const void *data, struct module *owner) in bpf_try_module_get() function
|