hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/include/uapi/linux/bpf.h
....@@ -976,7 +976,9 @@
976976 * performed again, if the helper is used in combination with
977977 * direct packet access.
978978 * Return
979
- * 0 on success, or a negative error in case of failure.
979
+ * 0 on success, or a negative error in case of failure. Positive
980
+ * error indicates a potential drop or congestion in the target
981
+ * device. The particular positive error codes are not defined.
980982 *
981983 * u64 bpf_get_current_pid_tgid(void)
982984 * Return