Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dsyncookies.c45 #define TSBITS 6 macro
76 ts = (ts_now >> TSBITS) << TSBITS; in cookie_init_timestamp()
79 ts -= (1UL << TSBITS); in cookie_init_timestamp()
/kernel/linux/linux-6.6/net/ipv4/
H A Dsyncookies.c43 #define TSBITS 6 macro
74 ts = (ts_now >> TSBITS) << TSBITS; in cookie_init_timestamp()
77 ts -= (1UL << TSBITS); in cookie_init_timestamp()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c43 #define TSBITS 6 macro
44 #define TSMASK (((__u32)1 << TSBITS) - 1)

Completed in 4 milliseconds