Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/
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()
/linux-6.12.1/include/uapi/linux/
Dnet_tstamp.h61 int bind_phc; member
/linux-6.12.1/net/core/
Dsock.c932 ret = sock_timestamping_bind_phc(sk, timestamping.bind_phc); in sock_set_timestamping()
1809 v.timestamping.bind_phc = READ_ONCE(sk->sk_bind_phc); in sk_getsockopt()