Home
last modified time | relevance | path

Searched refs:swap (Results 1 – 3 of 3) sorted by relevance

/net/tipc/
Dsubscr.c86 static u32 htohl(u32 in, int swap) in htohl() argument
88 return swap ? swab32(in) : in; in htohl()
110 sub->evt.event = htohl(event, sub->swap); in subscr_send_event()
111 sub->evt.found_lower = htohl(found_lower, sub->swap); in subscr_send_event()
112 sub->evt.found_upper = htohl(found_upper, sub->swap); in subscr_send_event()
113 sub->evt.port.ref = htohl(port_ref, sub->swap); in subscr_send_event()
114 sub->evt.port.node = htohl(node, sub->swap); in subscr_send_event()
328 int swap; in subscr_subscribe() local
332 swap = !(s->filter & (TIPC_SUB_PORTS | TIPC_SUB_SERVICE)); in subscr_subscribe()
336 if (s->filter & htohl(TIPC_SUB_CANCEL, swap)) { in subscr_subscribe()
[all …]
Dsubscr.h69 int swap; member
Dbcast.c601 goto swap; in tipc_bcbearer_send()
609 swap: in tipc_bcbearer_send()