Home
last modified time | relevance | path

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

/linux/net/core/
H A Dlwt_bpf.c82 bpf_net_ctx_clear(bpf_net_ctx); in run_lwt_bpf()
/linux/kernel/bpf/
H A Dcpumap.c272 bpf_net_ctx_clear(bpf_net_ctx); in cpu_map_bpf_prog_run()
/linux/net/bpf/
H A Dtest_run.c355 bpf_net_ctx_clear(bpf_net_ctx); in xdp_test_run_batch()
424 bpf_net_ctx_clear(bpf_net_ctx); in bpf_test_run()
/linux/drivers/net/
H A Dtun.c1764 bpf_net_ctx_clear(bpf_net_ctx); in tun_build_skb()
1772 bpf_net_ctx_clear(bpf_net_ctx); in tun_build_skb()
2694 bpf_net_ctx_clear(bpf_net_ctx); in tun_sendmsg()
/linux/include/linux/
H A Dfilter.h882 static inline void bpf_net_ctx_clear(struct bpf_net_context *bpf_net_ctx) in bpf_net_ctx_clear() function