Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h38273 struct strparser { struct
38274 struct sock *sk;
38275 u32 stopped: 1;
38276 u32 paused: 1;
38277 u32 aborted: 1;
38278 u32 interrupted: 1;
38279 u32 unrecov_intr: 1;
38280 struct sk_buff **skb_nextp;
38281 struct sk_buff *skb_head;
38305 struct strparser strp; argument