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 reuseport_pass(struct sk_reuseport_md *ctx) in reuseport_pass()
94 int reuseport_drop(struct sk_reuseport_md *ctx) in reuseport_drop()
101 int redir_port(struct bpf_sk_lookup *ctx) in redir_port()
120 int redir_ip4(struct bpf_sk_lookup *ctx) in redir_ip4()
143 int redir_ip6(struct bpf_sk_lookup *ctx) in redir_ip6()
168 int select_sock_a(struct bpf_sk_lookup *ctx) in select_sock_a()
183 int select_sock_a_no_reuseport(struct bpf_sk_lookup *ctx) in select_sock_a_no_reuseport()
198 int select_sock_b(struct sk_reuseport_md *ctx) in select_sock_b()
209 int sk_assign_eexist(struct bpf_sk_lookup *ctx) in sk_assign_eexist()
242 int sk_assign_replace_flag(struct bpf_sk_lookup *ctx) in sk_assign_replace_flag()
274 int sk_assign_null(struct bpf_sk_lookup *ctx) in sk_assign_null()
317 int access_ctx_sk(struct bpf_sk_lookup *ctx) in access_ctx_sk()
383 int ctx_narrow_access(struct bpf_sk_lookup *ctx) in ctx_narrow_access()
557 int sk_assign_esocknosupport(struct bpf_sk_lookup *ctx) in sk_assign_esocknosupport()
582 int multi_prog_pass1(struct bpf_sk_lookup *ctx) in multi_prog_pass1()
589 int multi_prog_pass2(struct bpf_sk_lookup *ctx) in multi_prog_pass2()
596 int multi_prog_drop1(struct bpf_sk_lookup *ctx) in multi_prog_drop1()
603 int multi_prog_drop2(struct bpf_sk_lookup *ctx) in multi_prog_drop2()
609 static __always_inline int select_server_a(struct bpf_sk_lookup *ctx) in select_server_a()
627 int multi_prog_redir1(struct bpf_sk_lookup *ctx) in multi_prog_redir1()
637 int multi_prog_redir2(struct bpf_sk_lookup *ctx) in multi_prog_redir2()