Home
last modified time | relevance | path

Searched refs:TO_UNSIGNED48 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/
H A Ddccp.h107 #define TO_UNSIGNED48(x) (((x) >= 0)? (x) : COMPLEMENT48(-(x))) macro
/kernel/linux/linux-6.6/net/dccp/
H A Ddccp.h107 #define TO_UNSIGNED48(x) (((x) >= 0)? (x) : COMPLEMENT48(-(x))) macro

Completed in 2 milliseconds