Searched defs:sk_listener (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/include/net/ |
H A D | request_sock.h | 82 reqsk_alloc(const struct request_sock_ops *ops, struct sock *sk_listener, reqsk_alloc() argument
|
H A D | sock.h | 2245 static inline bool sk_listener(const struct sock *sk) sk_listener() function
|
/linux-4.4.14/net/ipv4/ |
H A D | tcp_minisocks.c | 367 tcp_openreq_init_rwin(struct request_sock *req, const struct sock *sk_listener, const struct dst_entry *dst) tcp_openreq_init_rwin() argument
|
H A D | inet_connection_sock.c | 559 struct sock *sk_listener = req->rsk_listener; reqsk_timer_handler() local
|
H A D | tcp_ipv4.c | 1181 tcp_v4_init_req(struct request_sock *req, const struct sock *sk_listener, struct sk_buff *skb) tcp_v4_init_req() argument
|
H A D | tcp_input.c | 6088 inet_reqsk_alloc(const struct request_sock_ops *ops, struct sock *sk_listener, bool attach_listener) inet_reqsk_alloc() argument
|
/linux-4.4.14/net/ipv6/ |
H A D | tcp_ipv6.c | 675 tcp_v6_init_req(struct request_sock *req, const struct sock *sk_listener, struct sk_buff *skb) tcp_v6_init_req() argument
|
Completed in 208 milliseconds