Searched refs:swap (Results 1 – 3 of 3) sorted by relevance
86 static u32 htohl(u32 in, int swap) in htohl() argument88 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() local332 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 …]
69 int swap; member
601 goto swap; in tipc_bcbearer_send()609 swap: in tipc_bcbearer_send()