Searched defs:tcp_lro_msb_64 (Results 1 – 1 of 1) sorted by relevance
993 #define tcp_lro_msb_64(x) (1ULL << (flsll(x) - 1)) macro996 tcp_lro_msb_64(uint64_t x) in tcp_lro_msb_64() function