Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Dsock.c656 struct sock_txtime sk_txtime; in sock_setsockopt() local
1035 } else if (copy_from_user(&sk_txtime, optval, in sock_setsockopt()
1038 } else if (sk_txtime.flags & ~SOF_TXTIME_FLAGS_MASK) { in sock_setsockopt()
1042 sk->sk_clockid = sk_txtime.clockid; in sock_setsockopt()
1044 !!(sk_txtime.flags & SOF_TXTIME_DEADLINE_MODE); in sock_setsockopt()
1046 !!(sk_txtime.flags & SOF_TXTIME_REPORT_ERRORS); in sock_setsockopt()