Home
last modified time | relevance | path

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

/linux-6.15/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;
72 u32 tx_budget_spent;
75 u64 rx_dropped;
76 u64 rx_queue_full;
[all …]