Re: [PATCH net-next v4 07/16] bpf: Add setsockopt helper function to bpf

2017-06-29 Thread Daniel Borkmann
On 06/28/2017 07:31 PM, Lawrence Brakmo wrote: Added support for calling a subset of socket setsockopts from BPF_PROG_TYPE_SOCK_OPS programs. The code was duplicated rather than making the changes to call the socket setsockopt function because the changes required would have been larger. The ops

[PATCH net-next v4 07/16] bpf: Add setsockopt helper function to bpf

2017-06-28 Thread Lawrence Brakmo
Added support for calling a subset of socket setsockopts from BPF_PROG_TYPE_SOCK_OPS programs. The code was duplicated rather than making the changes to call the socket setsockopt function because the changes required would have been larger. The ops supported are: SO_RCVBUF SO_SNDBUF SO_MAX_