aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index b194817631de..a838591aad28 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -807,6 +807,7 @@ enum xdp_netdev_command {
807 * when it is no longer used. 807 * when it is no longer used.
808 */ 808 */
809 XDP_SETUP_PROG, 809 XDP_SETUP_PROG,
810 XDP_SETUP_PROG_HW,
810 /* Check if a bpf program is set on the device. The callee should 811 /* Check if a bpf program is set on the device. The callee should
811 * return true if a program is currently attached and running. 812 * return true if a program is currently attached and running.
812 */ 813 */