Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtipc.h41 #define KEEPALIVE_MSG_MASK 0x0e080000 /* LINK_PROTOCOL + MSG_IS_KEEPALIVE */ macro
50 bool keepalive_msg = (w0 & KEEPALIVE_MSG_MASK) == KEEPALIVE_MSG_MASK; in tipc_hdr_rps_key()