Searched refs:RESET_MSG (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/tipc/
H A Dlink.c865 mtyp = RESET_MSG;
1723 int mtyp = RESET_MSG;
1904 /* RESET_MSG or ACTIVATE_MSG */
2149 case RESET_MSG:
2225 case RESET_MSG:
2264 if (mtyp == RESET_MSG || !link_is_up(l))
2406 if ((mtyp == RESET_MSG) || (mtyp == ACTIVATE_MSG))
H A Dmsg.h714 #define RESET_MSG 1 macro
1118 return (msg_user(hdr) == LINK_PROTOCOL) && (msg_type(hdr) == RESET_MSG);
H A Dcrypto.c1727 (user == LINK_PROTOCOL && type == RESET_MSG) ||

Completed in 123 milliseconds