Home
last modified time | relevance | path

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

/linux-3.4.99/net/dccp/
Ddccp.h109 #define TO_SIGNED48(x) (((x) < INT48_MIN)? (x) : -COMPLEMENT48( (x))) macro
129 return TO_SIGNED48(delta); in dccp_delta_seqno()