Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsock_llc_options.h13 #if defined(LLC_OPT_RETRY) || (defined(HAVE_DECL_LLC_OPT_RETRY) && HAVE_DECL_LLC_OPT_RETRY)
15 static_assert((LLC_OPT_RETRY) == (1), "LLC_OPT_RETRY != 1");
18 # define LLC_OPT_RETRY 1
88 [LLC_OPT_RETRY] = XLAT(LLC_OPT_RETRY),
Dsock_llc_options.in3 LLC_OPT_RETRY 1
/external/kernel-headers/original/uapi/linux/
Dllc.h37 LLC_OPT_RETRY, /* max retrans attempts. */ enumerator