dev_change_xdp_fd (9) - Linux Manuals
dev_change_xdp_fd: set or clear a bpf program for a device rx path
NAME
dev_change_xdp_fd - set or clear a bpf program for a device rx path
SYNOPSIS
-
int dev_change_xdp_fd(struct net_device
* dev, intfd);
ARGUMENTS
dev
-
- device
fd
- new program fd or negative value to clear
DESCRIPTION
Set or clear a bpf program for a device
COPYRIGHT