Searched refs:xdp_state (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/core/
H A Ddev.c9289 return dev->xdp_state[mode].link;
9299 return dev->xdp_state[mode].prog;
9308 if (dev->xdp_state[i].prog || dev->xdp_state[i].link)
9324 dev->xdp_state[mode].link = link;
9325 dev->xdp_state[mode].prog = NULL;
9331 dev->xdp_state[mode].link = NULL;
9332 dev->xdp_state[mode].prog = prog;
/linux-master/include/linux/
H A Dnetdevice.h2001 * @xdp_state: stores info on attached XDP BPF programs
2387 struct bpf_xdp_entity xdp_state[__MAX_XDP_MODE]; member in struct:net_device

Completed in 196 milliseconds