Home
last modified time | relevance | path

Searched refs:bpf_net_ctx_clear (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/net/core/
H A Ddev.c4295 bpf_net_ctx_clear(bpf_net_ctx); in sch_handle_ingress()
4300 bpf_net_ctx_clear(bpf_net_ctx); in sch_handle_ingress()
4310 bpf_net_ctx_clear(bpf_net_ctx); in sch_handle_ingress()
4313 bpf_net_ctx_clear(bpf_net_ctx); in sch_handle_ingress()
4346 bpf_net_ctx_clear(bpf_net_ctx); in sch_handle_egress()
4351 bpf_net_ctx_clear(bpf_net_ctx); in sch_handle_egress()
4361 bpf_net_ctx_clear(bpf_net_ctx); in sch_handle_egress()
4364 bpf_net_ctx_clear(bpf_net_ctx); in sch_handle_egress()
5368 bpf_net_ctx_clear(bpf_net_ctx); in do_xdp_generic()
6615 bpf_net_ctx_clear(bpf_net_ctx); in busy_poll_stop()
[all …]
H A Dlwt_bpf.c83 bpf_net_ctx_clear(bpf_net_ctx); in run_lwt_bpf()
/linux-6.15/kernel/bpf/
H A Dcpumap.c267 bpf_net_ctx_clear(bpf_net_ctx); in cpu_map_bpf_prog_run()
/linux-6.15/net/bpf/
H A Dtest_run.c367 bpf_net_ctx_clear(bpf_net_ctx); in xdp_test_run_batch()
436 bpf_net_ctx_clear(bpf_net_ctx); in bpf_test_run()
/linux-6.15/drivers/net/
H A Dnetkit.c128 bpf_net_ctx_clear(bpf_net_ctx); in netkit_xmit()
H A Dtun.c1678 bpf_net_ctx_clear(bpf_net_ctx); in tun_build_skb()
1686 bpf_net_ctx_clear(bpf_net_ctx); in tun_build_skb()
2520 bpf_net_ctx_clear(bpf_net_ctx); in tun_sendmsg()
/linux-6.15/include/linux/
H A Dfilter.h800 static inline void bpf_net_ctx_clear(struct bpf_net_context *bpf_net_ctx) in bpf_net_ctx_clear() function