]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Add BPF_SOCK_OPS_RETRANS_CB
authorLawrence Brakmo <brakmo@fb.com>
Fri, 26 Jan 2018 00:14:14 +0000 (16:14 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 26 Jan 2018 00:41:14 +0000 (16:41 -0800)
commitb6cd00c2d5ddc6ae65cfc55f86a4efb578d4cfe9
tree33ed37e633027ebf8b53a289eaddc687b1756368
parent1d74548ee3660c75d1298bbd383971e65ba678c9
bpf: Add BPF_SOCK_OPS_RETRANS_CB

Adds support for calling sock_ops BPF program when there is a
retransmission. Three arguments are used; one for the sequence number,
another for the number of segments retransmitted, and the last one for
the return value of tcp_transmit_skb (0 => success).
Does not include syn-ack retransmissions.

New op: BPF_SOCK_OPS_RETRANS_CB.

Signed-off-by: Lawrence Brakmo <brakmo@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
include/uapi/linux/bpf.h
net/ipv4/tcp_output.c