File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/unix/linux_like/linux Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -563,6 +563,12 @@ s! {
563
563
pub instruction_pointer: :: __u64,
564
564
pub args: [ :: __u64; 6 ] ,
565
565
}
566
+
567
+ // linux/net_tstamp.h
568
+ pub struct sock_txtime {
569
+ pub clockid: :: clockid_t,
570
+ pub flags: :: __u32,
571
+ }
566
572
}
567
573
568
574
s_no_extra_traits ! {
@@ -2510,6 +2516,8 @@ pub const SOF_TIMESTAMPING_RX_SOFTWARE: ::c_uint = 1 << 3;
2510
2516
pub const SOF_TIMESTAMPING_SOFTWARE : :: c_uint = 1 << 4 ;
2511
2517
pub const SOF_TIMESTAMPING_SYS_HARDWARE : :: c_uint = 1 << 5 ;
2512
2518
pub const SOF_TIMESTAMPING_RAW_HARDWARE : :: c_uint = 1 << 6 ;
2519
+ pub const SOF_TXTIME_DEADLINE_MODE : u32 = 1 << 0 ;
2520
+ pub const SOF_TXTIME_REPORT_ERRORS : u32 = 1 << 1 ;
2513
2521
2514
2522
// linux/if_alg.h
2515
2523
pub const ALG_SET_KEY : :: c_int = 1 ;
You can’t perform that action at this time.
0 commit comments