bpf: Add mark and priority to sock options that can be set
authorDavid Ahern <dsahern@gmail.com>
Thu, 31 Aug 2017 22:05:44 +0000 (15:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Sep 2017 05:05:15 +0000 (06:05 +0100)
commit482dca939fb7ee35ba20b944b4c2476133dbf0df
tree3e69a2555e13e96570491d68b191be4abd5ef7da
parente12f1a5952c9ac27888846f267ed19cb478618e6
bpf: Add mark and priority to sock options that can be set

Add socket mark and priority to fields that can be set by
ebpf program when a socket is created.

Signed-off-by: David Ahern <dsahern@gmail.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/bpf.h
net/core/filter.c