Searched refs:bpf_module_put (Results 1 – 6 of 6) 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/sched/ |
| H A D | sch_generic.c | 1008 bpf_module_put(ops, ops->owner); in qdisc_create_dflt() 1078 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() 1360 bpf_module_put(ops, ops->owner); in qdisc_create() 1781 bpf_module_put(ops, ops->owner); in request_qdisc_module()
|
| /linux/include/linux/ |
| H A D | bpf.h | 2107 static inline void bpf_module_put(const void *data, struct module *owner) in bpf_module_put() function 2147 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 | 3472 bpf_module_put(net->ipv4.tcp_congestion_control,
|
| H A D | tcp_output.c | 4096 bpf_module_put(icsk->icsk_ca_ops, icsk->icsk_ca_ops->owner); in tcp_connect_init()
|