Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h802 #define S_SYN_COOKIE_PARAMETER 26 macro
804 #define V_SYN_COOKIE_PARAMETER(x) ((x) << S_SYN_COOKIE_PARAMETER)
805 #define G_SYN_COOKIE_PARAMETER(x) (((x) >> S_SYN_COOKIE_PARAMETER) & M_SYN_COOKIE_PARAMETER)