Searched refs:bpf_net_context (Results 1 – 2 of 2) sorted by relevance
781 struct bpf_net_context { struct788 static inline struct bpf_net_context *bpf_net_ctx_set(struct bpf_net_context *bpf_net_ctx) in bpf_net_ctx_set() argument792 if (tsk->bpf_net_context != NULL) in bpf_net_ctx_set()796 tsk->bpf_net_context = bpf_net_ctx; in bpf_net_ctx_set()803 current->bpf_net_context = NULL; in bpf_net_ctx_clear()808 return current->bpf_net_context; in bpf_net_ctx_get()813 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_ri()825 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_cpu_map_flush_list()837 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_dev_flush_list()849 struct bpf_net_context *bpf_net_ctx = bpf_net_ctx_get(); in bpf_net_ctx_get_xskmap_flush_list()[all …]
59 struct bpf_net_context;1601 struct bpf_net_context *bpf_net_context; member
Completed in 15 milliseconds