aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2017-09-20 18:00:36 -0700
committerStephen Hemminger <stephen@networkplumber.org>2017-09-20 18:00:55 -0700
commit44cf8415601293a359cf052c70d20cea9740d8a1 (patch)
treec72ec4e2d64381cea3e416d6a96d0ffdb0218a64 /include
parentff28b7519d94718dccc6e6df218d933e3dc2f4fd (diff)
downloadplatform_external_iproute2-44cf8415601293a359cf052c70d20cea9740d8a1.tar.gz
platform_external_iproute2-44cf8415601293a359cf052c70d20cea9740d8a1.tar.bz2
platform_external_iproute2-44cf8415601293a359cf052c70d20cea9740d8a1.zip
BPF: update headers from 4.14-rc1
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/bpf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/bpf.h b/include/linux/bpf.h
index b94acdc0..0895a529 100644
--- a/include/linux/bpf.h
+++ b/include/linux/bpf.h
@@ -766,8 +766,8 @@ struct bpf_sock {
/* User return codes for XDP prog type.
* A valid XDP program must return one of these defined values. All other
- * return codes are reserved for future use. Unknown return codes will result
- * in packet drop.
+ * return codes are reserved for future use. Unknown return codes will
+ * result in packet drops and a warning via bpf_warn_invalid_xdp_action().
*/
enum xdp_action {
XDP_ABORTED = 0,