Loading include/net/tcp.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1717,7 +1717,7 @@ struct tcp_request_sock_ops { const struct request_sock *req, const struct request_sock *req, bool *strict); bool *strict); __u32 (*init_seq)(const struct sk_buff *skb); __u32 (*init_seq)(const struct sk_buff *skb); int (*send_synack)(struct sock *sk, struct dst_entry *dst, int (*send_synack)(const struct sock *sk, struct dst_entry *dst, struct flowi *fl, struct request_sock *req, struct flowi *fl, struct request_sock *req, u16 queue_mapping, struct tcp_fastopen_cookie *foc); u16 queue_mapping, struct tcp_fastopen_cookie *foc); void (*queue_hash_add)(struct sock *sk, struct request_sock *req, void (*queue_hash_add)(struct sock *sk, struct request_sock *req, Loading net/ipv4/tcp_ipv4.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -818,7 +818,7 @@ static void tcp_v4_reqsk_send_ack(struct sock *sk, struct sk_buff *skb, * This still operates on a request_sock only, not on a big * This still operates on a request_sock only, not on a big * socket. * socket. */ */ static int tcp_v4_send_synack(struct sock *sk, struct dst_entry *dst, static int tcp_v4_send_synack(const struct sock *sk, struct dst_entry *dst, struct flowi *fl, struct flowi *fl, struct request_sock *req, struct request_sock *req, u16 queue_mapping, u16 queue_mapping, Loading net/ipv6/tcp_ipv6.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -434,7 +434,7 @@ static void tcp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, } } static int tcp_v6_send_synack(struct sock *sk, struct dst_entry *dst, static int tcp_v6_send_synack(const struct sock *sk, struct dst_entry *dst, struct flowi *fl, struct flowi *fl, struct request_sock *req, struct request_sock *req, u16 queue_mapping, u16 queue_mapping, Loading Loading
include/net/tcp.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1717,7 +1717,7 @@ struct tcp_request_sock_ops { const struct request_sock *req, const struct request_sock *req, bool *strict); bool *strict); __u32 (*init_seq)(const struct sk_buff *skb); __u32 (*init_seq)(const struct sk_buff *skb); int (*send_synack)(struct sock *sk, struct dst_entry *dst, int (*send_synack)(const struct sock *sk, struct dst_entry *dst, struct flowi *fl, struct request_sock *req, struct flowi *fl, struct request_sock *req, u16 queue_mapping, struct tcp_fastopen_cookie *foc); u16 queue_mapping, struct tcp_fastopen_cookie *foc); void (*queue_hash_add)(struct sock *sk, struct request_sock *req, void (*queue_hash_add)(struct sock *sk, struct request_sock *req, Loading
net/ipv4/tcp_ipv4.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -818,7 +818,7 @@ static void tcp_v4_reqsk_send_ack(struct sock *sk, struct sk_buff *skb, * This still operates on a request_sock only, not on a big * This still operates on a request_sock only, not on a big * socket. * socket. */ */ static int tcp_v4_send_synack(struct sock *sk, struct dst_entry *dst, static int tcp_v4_send_synack(const struct sock *sk, struct dst_entry *dst, struct flowi *fl, struct flowi *fl, struct request_sock *req, struct request_sock *req, u16 queue_mapping, u16 queue_mapping, Loading
net/ipv6/tcp_ipv6.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -434,7 +434,7 @@ static void tcp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, } } static int tcp_v6_send_synack(struct sock *sk, struct dst_entry *dst, static int tcp_v6_send_synack(const struct sock *sk, struct dst_entry *dst, struct flowi *fl, struct flowi *fl, struct request_sock *req, struct request_sock *req, u16 queue_mapping, u16 queue_mapping, Loading