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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dsm.h343 TSN_SIGN_BIT = (1<<31) enumerator in enum:__anon18489
348 return (((s) - (t)) & TSN_SIGN_BIT);
353 return (((s) == (t)) || (((s) - (t)) & TSN_SIGN_BIT));

Completed in 108 milliseconds