Lines Matching defs:ctx
72 int lookup_pass(struct bpf_sk_lookup *ctx) in lookup_pass()
78 int lookup_drop(struct bpf_sk_lookup *ctx) in lookup_drop()
84 int reuseport_pass(struct sk_reuseport_md *ctx) in reuseport_pass()
90 int reuseport_drop(struct sk_reuseport_md *ctx) in reuseport_drop()
97 int redir_port(struct bpf_sk_lookup *ctx) in redir_port()
116 int redir_ip4(struct bpf_sk_lookup *ctx) in redir_ip4()
139 int redir_ip6(struct bpf_sk_lookup *ctx) in redir_ip6()
164 int select_sock_a(struct bpf_sk_lookup *ctx) in select_sock_a()
179 int select_sock_a_no_reuseport(struct bpf_sk_lookup *ctx) in select_sock_a_no_reuseport()
194 int select_sock_b(struct sk_reuseport_md *ctx) in select_sock_b()
205 int sk_assign_eexist(struct bpf_sk_lookup *ctx) in sk_assign_eexist()
238 int sk_assign_replace_flag(struct bpf_sk_lookup *ctx) in sk_assign_replace_flag()
270 int sk_assign_null(struct bpf_sk_lookup *ctx) in sk_assign_null()
313 int access_ctx_sk(struct bpf_sk_lookup *ctx) in access_ctx_sk()
379 int ctx_narrow_access(struct bpf_sk_lookup *ctx) in ctx_narrow_access()
537 int sk_assign_esocknosupport(struct bpf_sk_lookup *ctx) in sk_assign_esocknosupport()
562 int multi_prog_pass1(struct bpf_sk_lookup *ctx) in multi_prog_pass1()
569 int multi_prog_pass2(struct bpf_sk_lookup *ctx) in multi_prog_pass2()
576 int multi_prog_drop1(struct bpf_sk_lookup *ctx) in multi_prog_drop1()
583 int multi_prog_drop2(struct bpf_sk_lookup *ctx) in multi_prog_drop2()
589 static __always_inline int select_server_a(struct bpf_sk_lookup *ctx) in select_server_a()
607 int multi_prog_redir1(struct bpf_sk_lookup *ctx) in multi_prog_redir1()
617 int multi_prog_redir2(struct bpf_sk_lookup *ctx) in multi_prog_redir2()