diff options
Diffstat (limited to 'net/ipv4/tcp_output.c')
-rw-r--r-- | net/ipv4/tcp_output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c index ef809426b538..33b3e401e812 100644 --- a/net/ipv4/tcp_output.c +++ b/net/ipv4/tcp_output.c | |||
@@ -3444,6 +3444,7 @@ int tcp_connect(struct sock *sk) | |||
3444 | struct sk_buff *buff; | 3444 | struct sk_buff *buff; |
3445 | int err; | 3445 | int err; |
3446 | 3446 | ||
3447 | tcp_call_bpf(sk, BPF_SOCK_OPS_TCP_CONNECT_CB); | ||
3447 | tcp_connect_init(sk); | 3448 | tcp_connect_init(sk); |
3448 | 3449 | ||
3449 | if (unlikely(tp->repair)) { | 3450 | if (unlikely(tp->repair)) { |