Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 1 milliseconds