Home
last modified time | relevance | path

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

/Linux-v5.4/net/core/
Dsock.c725 struct sock_txtime sk_txtime; in sock_setsockopt() local
1161 } else if (copy_from_user(&sk_txtime, optval, in sock_setsockopt()
1164 } else if (sk_txtime.flags & ~SOF_TXTIME_FLAGS_MASK) { in sock_setsockopt()
1168 sk->sk_clockid = sk_txtime.clockid; in sock_setsockopt()
1170 !!(sk_txtime.flags & SOF_TXTIME_DEADLINE_MODE); in sock_setsockopt()
1172 !!(sk_txtime.flags & SOF_TXTIME_REPORT_ERRORS); in sock_setsockopt()