Searched refs:strp_stats (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/kcm/ |
H A D | kcmproc.c | 246 struct strp_aggr_stats strp_stats; in kcm_stats_seq_show() local 254 memset(&strp_stats, 0, sizeof(strp_stats)); in kcm_stats_seq_show() 262 &strp_stats); in kcm_stats_seq_show() 270 &strp_stats); in kcm_stats_seq_show() 273 save_strp_stats(&psock->strp, &strp_stats); in kcm_stats_seq_show() 329 strp_stats.msgs, in kcm_stats_seq_show() 330 strp_stats.bytes, in kcm_stats_seq_show() 335 strp_stats.aborts, in kcm_stats_seq_show() 336 strp_stats in kcm_stats_seq_show() [all...] |
/kernel/linux/linux-6.6/net/kcm/ |
H A D | kcmproc.c | 246 struct strp_aggr_stats strp_stats; in kcm_stats_seq_show() local 254 memset(&strp_stats, 0, sizeof(strp_stats)); in kcm_stats_seq_show() 262 &strp_stats); in kcm_stats_seq_show() 270 &strp_stats); in kcm_stats_seq_show() 273 save_strp_stats(&psock->strp, &strp_stats); in kcm_stats_seq_show() 329 strp_stats.msgs, in kcm_stats_seq_show() 330 strp_stats.bytes, in kcm_stats_seq_show() 335 strp_stats.aborts, in kcm_stats_seq_show() 336 strp_stats in kcm_stats_seq_show() [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | strparser.h | 17 struct strp_stats { struct 92 struct strp_stats stats;
|
/kernel/linux/linux-6.6/include/net/ |
H A D | strparser.h | 17 struct strp_stats { struct 103 struct strp_stats stats;
|
Completed in 3 milliseconds