Searched refs:bpf_try_module_get (Results 1 – 8 of 8) sorted by relevance
| /linux/net/smc/ |
| H A D | smc_sysctl.c | 55 if (!bpf_try_module_get(ctrl, ctrl->owner)) { in smc_net_replace_smc_hs_ctrl() 227 bpf_try_module_get(ctrl, ctrl->owner)) in smc_sysctl_net_init()
|
| /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 | 508 if (likely(ca && bpf_try_module_get(ca, ca->owner))) { in tcp_ca_openreq_child() 519 !bpf_try_module_get(icsk->icsk_ca_ops, icsk->icsk_ca_ops->owner))) in tcp_ca_openreq_child()
|
| H A D | tcp_ipv4.c | 3530 bpf_try_module_get(init_net.ipv4.tcp_congestion_control,
|
| H A D | tcp_output.c | 4092 if (likely(ca && bpf_try_module_get(ca, ca->owner))) { in tcp_ca_dst_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 | 1048 if (!bpf_try_module_get(ops, ops->owner)) { in qdisc_create_dflt()
|
| /linux/include/linux/ |
| H A D | bpf.h | 2231 static inline bool bpf_try_module_get(const void *data, struct module *owner) in bpf_try_module_get() function 2277 static inline bool bpf_try_module_get(const void *data, struct module *owner) in bpf_try_module_get() function
|