Searched defs:bpf_net_ctx (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
H A D | filter.h | 771 static inline struct bpf_net_context *bpf_net_ctx_set(struct bpf_net_context *bpf_net_ctx) in bpf_net_ctx_set() 783 static inline void bpf_net_ctx_clear(struct bpf_net_context *bpf_net_ctx) in bpf_net_ctx_clear() 796 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_ri() local 808 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_cpu_map_flush_list() local 820 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_dev_flush_list() local 832 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_xskmap_flush_list() local 846 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_all_used_flush_lists() local
|
/linux/net/core/ |
H A D | lwt_bpf.c | 43 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in run_lwt_bpf() local
|
H A D | dev.c | 4066 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in sch_handle_ingress() local 4129 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in sch_handle_egress() local 5140 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in do_xdp_generic() local 6357 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in busy_poll_stop() local 6408 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in __napi_busy_loop() local 6988 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in napi_threaded_poll_loop() local 7040 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in net_rx_action() local
|
/linux/net/bpf/ |
H A D | test_run.c | 288 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in xdp_test_run_batch() local 403 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in bpf_test_run() local
|
/linux/kernel/bpf/ |
H A D | cpumap.c | 241 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in cpu_map_bpf_prog_run() local
|
/linux/drivers/net/ |
H A D | netkit.c | 81 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in netkit_xmit() local
|
H A D | tun.c | 1665 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in tun_build_skb() local 2577 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in tun_sendmsg() local
|