Home
last modified time | relevance | path

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

/net/tipc/
Dsubscr.c49 tipc_evt_write(evt, event, event); in tipc_sub_send_event()
50 tipc_evt_write(evt, found_lower, found_lower); in tipc_sub_send_event()
51 tipc_evt_write(evt, found_upper, found_upper); in tipc_sub_send_event()
52 tipc_evt_write(evt, port.ref, port); in tipc_sub_send_event()
53 tipc_evt_write(evt, port.node, node); in tipc_sub_send_event()
Dsubscr.h101 #define tipc_evt_write(evt_, field_, val_) \ macro