Home
last modified time | relevance | path

Searched refs:sk_listener (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/net/
Drequest_sock.h83 reqsk_alloc(const struct request_sock_ops *ops, struct sock *sk_listener, in reqsk_alloc() argument
93 if (unlikely(!refcount_inc_not_zero(&sk_listener->sk_refcnt))) { in reqsk_alloc()
97 req->rsk_listener = sk_listener; in reqsk_alloc()
100 req_to_sk(req)->sk_prot = sk_listener->sk_prot; in reqsk_alloc()
Dinet_sock.h329 struct sock *sk_listener,
Dtcp.h1404 const struct sock *sk_listener,
1943 const struct sock *sk_listener,
Dsock.h2544 static inline bool sk_listener(const struct sock *sk) in sk_listener() function