Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dstrparser.h20 struct strp_stats { struct
21 unsigned long long msgs;
22 unsigned long long bytes;
23 unsigned int mem_fail;
24 unsigned int need_more_hdr;
25 unsigned int msg_too_big;
26 unsigned int msg_timeouts;
27 unsigned int bad_hdr_len;
/Linux-v4.19/net/kcm/
Dkcmproc.c246 struct strp_aggr_stats strp_stats; in kcm_stats_seq_show() local