BPF: update headers from 4.14-rc1
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
ff28b7519d
commit
44cf841560
|
|
@ -766,8 +766,8 @@ struct bpf_sock {
|
||||||
|
|
||||||
/* User return codes for XDP prog type.
|
/* User return codes for XDP prog type.
|
||||||
* A valid XDP program must return one of these defined values. All other
|
* 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
|
* return codes are reserved for future use. Unknown return codes will
|
||||||
* in packet drop.
|
* result in packet drops and a warning via bpf_warn_invalid_xdp_action().
|
||||||
*/
|
*/
|
||||||
enum xdp_action {
|
enum xdp_action {
|
||||||
XDP_ABORTED = 0,
|
XDP_ABORTED = 0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue