Lines Matching defs:ctx

76 int lookup_pass(struct bpf_sk_lookup *ctx)  in lookup_pass()
82 int lookup_drop(struct bpf_sk_lookup *ctx) in lookup_drop()
88 int check_ifindex(struct bpf_sk_lookup *ctx) in check_ifindex()
96 int reuseport_pass(struct sk_reuseport_md *ctx) in reuseport_pass()
102 int reuseport_drop(struct sk_reuseport_md *ctx) in reuseport_drop()
109 int redir_port(struct bpf_sk_lookup *ctx) in redir_port()
128 int redir_ip4(struct bpf_sk_lookup *ctx) in redir_ip4()
151 int redir_ip6(struct bpf_sk_lookup *ctx) in redir_ip6()
176 int select_sock_a(struct bpf_sk_lookup *ctx) in select_sock_a()
191 int select_sock_a_no_reuseport(struct bpf_sk_lookup *ctx) in select_sock_a_no_reuseport()
206 int select_sock_b(struct sk_reuseport_md *ctx) in select_sock_b()
217 int sk_assign_eexist(struct bpf_sk_lookup *ctx) in sk_assign_eexist()
250 int sk_assign_replace_flag(struct bpf_sk_lookup *ctx) in sk_assign_replace_flag()
282 int sk_assign_null(struct bpf_sk_lookup *ctx) in sk_assign_null()
325 int access_ctx_sk(struct bpf_sk_lookup *ctx) in access_ctx_sk()
391 int ctx_narrow_access(struct bpf_sk_lookup *ctx) in ctx_narrow_access()
575 int sk_assign_esocknosupport(struct bpf_sk_lookup *ctx) in sk_assign_esocknosupport()
600 int multi_prog_pass1(struct bpf_sk_lookup *ctx) in multi_prog_pass1()
607 int multi_prog_pass2(struct bpf_sk_lookup *ctx) in multi_prog_pass2()
614 int multi_prog_drop1(struct bpf_sk_lookup *ctx) in multi_prog_drop1()
621 int multi_prog_drop2(struct bpf_sk_lookup *ctx) in multi_prog_drop2()
627 static __always_inline int select_server_a(struct bpf_sk_lookup *ctx) in select_server_a()
645 int multi_prog_redir1(struct bpf_sk_lookup *ctx) in multi_prog_redir1()
653 int multi_prog_redir2(struct bpf_sk_lookup *ctx) in multi_prog_redir2()