Searched refs:sk_listener (Results 1 – 5 of 5) sorted by relevance
87 reqsk_alloc(const struct request_sock_ops *ops, struct sock *sk_listener, in reqsk_alloc() argument97 if (unlikely(!refcount_inc_not_zero(&sk_listener->sk_refcnt))) { in reqsk_alloc()101 req->rsk_listener = sk_listener; in reqsk_alloc()104 req_to_sk(req)->sk_prot = sk_listener->sk_prot; in reqsk_alloc()
187 const struct sock *sk_listener,190 struct sock *sk_listener,272 const struct sock *sk_listener, in mptcp_subflow_init_cookie_req() argument279 struct sock *sk_listener, in mptcp_subflow_reqsk_alloc() argument
361 struct sock *sk_listener,
1514 const struct sock *sk_listener,
2954 static inline bool sk_listener(const struct sock *sk) in sk_listener() function