Lines Matching refs:sock
35 int (*rtx_syn_ack)(const struct sock *sk,
37 void (*send_ack)(const struct sock *sk, struct sk_buff *skb,
39 void (*send_reset)(const struct sock *sk,
45 int inet_rtx_syn_ack(const struct sock *parent, struct request_sock *req);
65 struct sock *sk;
71 static inline struct request_sock *inet_reqsk(struct sock *sk) in inet_reqsk()
76 static inline struct sock *req_to_sk(struct request_sock *req) in req_to_sk()
78 return (struct sock *)req; in req_to_sk()
82 reqsk_alloc(const struct request_sock_ops *ops, struct sock *sk_listener, in reqsk_alloc()
181 void reqsk_fastopen_remove(struct sock *sk, struct request_sock *req,
190 struct sock *parent) in reqsk_queue_remove()