Home
last modified time | relevance | path

Searched defs:xdp_sock (Results 1 – 1 of 1) sorted by relevance

/linux/include/net/
H A Dxdp_sock.h48 struct xdp_sock { struct
50 struct sock sk;
56 u16 queue_id;
57 bool zc;
58 bool sg;
59 enum {
63 } state;
75 spinlock_t rx_lock;
78 u64 rx_dropped;
79 u64 rx_queue_full;
[all …]