Lines Matching refs:sock
35 int (*rtx_syn_ack)(struct sock *sk,
37 void (*send_ack)(struct sock *sk, struct sk_buff *skb,
39 void (*send_reset)(struct sock *sk,
45 int inet_rtx_syn_ack(struct sock *parent, struct request_sock *req);
55 struct sock *rsk_listener;
66 struct sock *sk;
72 reqsk_alloc(const struct request_sock_ops *ops, struct sock *sk_listener) in reqsk_alloc()
89 static inline struct request_sock *inet_reqsk(struct sock *sk) in inet_reqsk()
94 static inline struct sock *req_to_sk(struct request_sock *req) in req_to_sk()
96 return (struct sock *)req; in req_to_sk()
198 void reqsk_fastopen_remove(struct sock *sk, struct request_sock *req,
217 struct sock *parent, in reqsk_queue_add()
218 struct sock *child) in reqsk_queue_add()