Home
last modified time | relevance | path

Searched refs:unrecov_intr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/
H A Dstrparser.h37 unsigned int unrecov_intr; member
96 u32 unrecov_intr : 1; member
138 if (strp->unrecov_intr) in save_strp_stats()
139 agg_stats->unrecov_intr++; in save_strp_stats()
155 SAVE_PSOCK_STATS(unrecov_intr); in aggregate_strp_stats()
/openbmc/linux/net/kcm/
H A Dkcmproc.c337 strp_stats.unrecov_intr, in kcm_stats_seq_show()
/openbmc/linux/net/strparser/
H A Dstrparser.c229 strp->unrecov_intr = 1; in __strp_recv()