Searched refs:sof_flags (Results 1 - 1 of 1) sorted by path

/linux-master/tools/testing/selftests/net/
H A Drxtimestamp.c55 static struct sof_flag sof_flags[] = { variable in typeref:struct:sof_flag
139 for (f = 0; f < ARRAY_SIZE(sof_flags); f++)
140 if (t->sockopt.so_timestamping & sof_flags[f].mask)
141 printf(" %s |", sof_flags[f].name);

Completed in 393 milliseconds