Searched defs:bpf_net_ctx (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | filter.h | 792 static inline struct bpf_net_context *bpf_net_ctx_set(struct bpf_net_context *bpf_net_ctx) in bpf_net_ctx_set() 804 static inline void bpf_net_ctx_clear(struct bpf_net_context *bpf_net_ctx) in bpf_net_ctx_clear() 817 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_ri() local 829 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_cpu_map_flush_list() local 841 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_dev_flush_list() local 853 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_xskmap_flush_list() local 867 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_all_used_flush_lists() local
|
| /linux/kernel/bpf/ |
| H A D | cpumap.c | 254 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in cpu_map_bpf_prog_run() local
|
| /linux/net/core/ |
| H A D | dev.c | 4465 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in sch_handle_ingress() local 4528 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in sch_handle_egress() local 5658 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in do_xdp_generic() local 6889 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in busy_poll_stop() local 6941 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in __napi_busy_loop() local 7839 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in napi_threaded_poll_loop() local 7919 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in net_rx_action() local
|
| /linux/drivers/net/ |
| H A D | tun.c | 1605 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in tun_build_skb() local 2527 struct bpf_net_context __bpf_net_ctx, *bpf_net_ctx; in tun_sendmsg() local
|