Lines Matching defs:sk
24 void reuseport_has_conns_set(struct sock *sk) in reuseport_has_conns_set()
52 static void reuseport_get_incoming_cpu(struct sock *sk, struct sock_reuseport *reuse) in reuseport_get_incoming_cpu()
58 static void reuseport_put_incoming_cpu(struct sock *sk, struct sock_reuseport *reuse) in reuseport_put_incoming_cpu()
64 void reuseport_update_incoming_cpu(struct sock *sk, int val) in reuseport_update_incoming_cpu()
104 static int reuseport_sock_index(struct sock *sk, in reuseport_sock_index()
124 static void __reuseport_add_sock(struct sock *sk, in __reuseport_add_sock()
134 static bool __reuseport_detach_sock(struct sock *sk, in __reuseport_detach_sock()
149 static void __reuseport_add_closed_sock(struct sock *sk, in __reuseport_add_closed_sock()
158 static bool __reuseport_detach_closed_sock(struct sock *sk, in __reuseport_detach_closed_sock()
188 int reuseport_alloc(struct sock *sk, bool bind_inany) in reuseport_alloc()
258 struct sock *sk; in reuseport_grow() local
320 int reuseport_add_sock(struct sock *sk, struct sock *sk2, bool bind_inany) in reuseport_add_sock()
368 static int reuseport_resurrect(struct sock *sk, struct sock_reuseport *old_reuse, in reuseport_resurrect()
427 void reuseport_detach_sock(struct sock *sk) in reuseport_detach_sock()
462 void reuseport_stop_listen_sock(struct sock *sk) in reuseport_stop_listen_sock()
535 struct sock *sk = reuse->socks[i]; in reuseport_select_sock_by_hash() local
568 struct sock *reuseport_select_sock(struct sock *sk, in reuseport_select_sock()
620 struct sock *reuseport_migrate_sock(struct sock *sk, in reuseport_migrate_sock()
683 int reuseport_attach_prog(struct sock *sk, struct bpf_prog *prog) in reuseport_attach_prog()
715 int reuseport_detach_prog(struct sock *sk) in reuseport_detach_prog()