Lines Matching refs:sk
31 extern int reuseport_alloc(struct sock *sk, bool bind_inany);
32 extern int reuseport_add_sock(struct sock *sk, struct sock *sk2,
34 extern void reuseport_detach_sock(struct sock *sk);
35 void reuseport_stop_listen_sock(struct sock *sk);
36 extern struct sock *reuseport_select_sock(struct sock *sk,
40 struct sock *reuseport_migrate_sock(struct sock *sk,
43 extern int reuseport_attach_prog(struct sock *sk, struct bpf_prog *prog);
44 extern int reuseport_detach_prog(struct sock *sk);
46 static inline bool reuseport_has_conns(struct sock *sk) in reuseport_has_conns() argument
52 reuse = rcu_dereference(sk->sk_reuseport_cb); in reuseport_has_conns()
60 void reuseport_has_conns_set(struct sock *sk);