Searched refs:bpf_module_put (Results 1 – 7 of 7) sorted by relevance
| /linux/net/mptcp/ |
| H A D | sched.c | 159 bpf_module_put(sched, sched->owner); in mptcp_sched_get_send()
|
| /linux/net/smc/ |
| H A D | smc_sysctl.c | 64 bpf_module_put(ctrl, ctrl->owner); in smc_net_replace_smc_hs_ctrl()
|
| /linux/net/sched/ |
| H A D | sch_generic.c | 1055 bpf_module_put(ops, ops->owner); in qdisc_create_dflt() 1125 bpf_module_put(ops, ops->owner); in __qdisc_destroy()
|
| H A D | sch_api.c | 241 bpf_module_put(default_qdisc_ops, default_qdisc_ops->owner); in qdisc_set_default() 1387 bpf_module_put(ops, ops->owner); in qdisc_create() 1808 bpf_module_put(ops, ops->owner); in request_qdisc_module()
|
| /linux/include/linux/ |
| H A D | bpf.h | 2238 static inline void bpf_module_put(const void *data, struct module *owner) in bpf_module_put() function 2281 static inline void bpf_module_put(const void *data, struct module *owner) in bpf_module_put() function
|
| /linux/net/ipv4/ |
| H A D | tcp_ipv4.c | 3404 bpf_module_put(net->ipv4.tcp_congestion_control,
|
| H A D | tcp_output.c | 4093 bpf_module_put(icsk->icsk_ca_ops, icsk->icsk_ca_ops->owner); in tcp_ca_dst_init()
|