Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dtimestamping.c347 if (argc >= 3 && sscanf(argv[2], "%d", &so_timestamping.bind_phc) == 1) in main()
489 so_timestamping_get.flags, so_timestamping_get.bind_phc); in main()
491 so_timestamping_get.bind_phc != so_timestamping.bind_phc) in main()
493 so_timestamping.flags, so_timestamping.bind_phc); in main()
/openbmc/linux/include/uapi/linux/
H A Dnet_tstamp.h60 int bind_phc; member
/openbmc/linux/net/core/
H A Dsock.c937 ret = sock_timestamping_bind_phc(sk, timestamping.bind_phc); in sock_set_timestamping()
1734 v.timestamping.bind_phc = READ_ONCE(sk->sk_bind_phc); in sk_getsockopt()