Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dnsh.h224 #define NSH_TTL_MASK 0x0fc0 macro
280 return (ntohs(nsh->ver_flags_ttl_len) & NSH_TTL_MASK) in nsh_get_ttl()
293 ((ttl << NSH_TTL_SHIFT) & NSH_TTL_MASK), in nsh_set_flags_and_ttl()
294 NSH_FLAGS_MASK | NSH_TTL_MASK); in nsh_set_flags_and_ttl()
302 ((ttl << NSH_TTL_SHIFT) & NSH_TTL_MASK) | in nsh_set_flags_ttl_len()
304 NSH_FLAGS_MASK | NSH_TTL_MASK | NSH_LEN_MASK); in nsh_set_flags_ttl_len()