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

/linux-master/include/uapi/linux/
H A Dnet_tstamp.h55 * @bind_phc: Index of PTP virtual clock bound to sock. This is available
60 int bind_phc; member in struct:so_timestamping
/linux-master/tools/testing/selftests/net/
H A Dtimestamping.c347 if (argc >= 3 && sscanf(argv[2], "%d", &so_timestamping.bind_phc) == 1)
489 so_timestamping_get.flags, so_timestamping_get.bind_phc);
491 so_timestamping_get.bind_phc != so_timestamping.bind_phc)
493 so_timestamping.flags, so_timestamping.bind_phc);
/linux-master/net/core/
H A Dsock.c931 ret = sock_timestamping_bind_phc(sk, timestamping.bind_phc);
1719 v.timestamping.bind_phc = READ_ONCE(sk->sk_bind_phc);

Completed in 108 milliseconds