Searched refs:sk_txtime (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/core/
H A Dsock.c1096 struct sock_txtime sk_txtime; local
1484 } else if (copy_from_sockptr(&sk_txtime, optval,
1488 } else if (sk_txtime.flags & ~SOF_TXTIME_FLAGS_MASK) {
1495 if (sk_txtime.clockid != CLOCK_MONOTONIC &&
1501 sk->sk_clockid = sk_txtime.clockid;
1503 !!(sk_txtime.flags & SOF_TXTIME_DEADLINE_MODE);
1505 !!(sk_txtime.flags & SOF_TXTIME_REPORT_ERRORS);

Completed in 179 milliseconds