D | subscr.c | 4 * Copyright (c) 2000-2017, Ericsson AB 5 * Copyright (c) 2005-2007, 2010-2013, Wind River Systems 41 static void tipc_sub_send_event(struct tipc_subscription *sub, in tipc_sub_send_event() argument 43 u32 event, u32 port, u32 node) in tipc_sub_send_event() argument 45 struct tipc_event *evt = &sub->evt; in tipc_sub_send_event() 47 if (sub->inactive) in tipc_sub_send_event() 53 tipc_evt_write(evt, port.node, node); in tipc_sub_send_event() 54 tipc_topsrv_queue_evt(sub->net, sub->conid, event, evt); in tipc_sub_send_event() 58 * tipc_sub_check_overlap - test for subscription overlap with the 66 if (found_lower < seq->lower) in tipc_sub_check_overlap() [all …]
|