Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / include / uapi / linux / bpf.h
index 8012b4ff959b6a748962411a6adc622001947e8b..30f2ce76b5170c8ea04f93a8f8f70f4633e4322b 100644 (file)
@@ -576,7 +576,7 @@ union bpf_attr {
  *     @map: pointer to sockmap
  *     @key: key to lookup sock in map
  *     @flags: reserved for future use
- *     Return: SK_REDIRECT
+ *     Return: SK_PASS
  *
  * int bpf_sock_map_update(skops, map, key, flags)
  *     @skops: pointer to bpf_sock_ops
@@ -787,9 +787,8 @@ struct xdp_md {
 };
 
 enum sk_action {
-       SK_ABORTED = 0,
-       SK_DROP,
-       SK_REDIRECT,
+       SK_DROP = 0,
+       SK_PASS,
 };
 
 #define BPF_TAG_SIZE   8