Home
last modified time | relevance | path

Searched refs:bpf_net_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dcpumap.c254 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in cpu_map_bpf_prog_run() local
260 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in cpu_map_bpf_prog_run()
272 bpf_net_ctx_clear(bpf_net_ctx); in cpu_map_bpf_prog_run()
/linux/net/core/
H A Ddev.c4465 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in sch_handle_ingress() local
4471 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in sch_handle_ingress()
4500 bpf_net_ctx_clear(bpf_net_ctx); in sch_handle_ingress()
4505 bpf_net_ctx_clear(bpf_net_ctx); in sch_handle_ingress()
4515 bpf_net_ctx_clear(bpf_net_ctx); in sch_handle_ingress()
4518 bpf_net_ctx_clear(bpf_net_ctx); in sch_handle_ingress()
4528 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in sch_handle_egress() local
4534 bpf_net_ctx = bpf_net_ctx_set(&__bpf_net_ctx); in sch_handle_egress()
4551 bpf_net_ctx_clear(bpf_net_ctx); in sch_handle_egress()
4556 bpf_net_ctx_clear(bpf_net_ctx); in sch_handle_egress()
[all …]