Searched refs:TIPC_SUB_CANCEL (Results 1 – 3 of 3) sorted by relevance
87 #define TIPC_FILTER_MASK (TIPC_SUB_PORTS | TIPC_SUB_SERVICE | TIPC_SUB_CANCEL)
366 if (tipc_sub_read(s, filter) & TIPC_SUB_CANCEL) { in tipc_conn_rcv_sub()367 s->filter &= __constant_ntohl(~TIPC_SUB_CANCEL); in tipc_conn_rcv_sub()
113 #define TIPC_SUB_CANCEL 0x04 /* filter: cancel a subscription */ macro