Searched refs:htohl (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | subscr.c | 65 static u32 htohl(u32 in, int swap) in htohl() function 80 sub->evt.event = htohl(event, sub->swap); in tipc_subscrp_send_event() 81 sub->evt.found_lower = htohl(found_lower, sub->swap); in tipc_subscrp_send_event() 82 sub->evt.found_upper = htohl(found_upper, sub->swap); in tipc_subscrp_send_event() 83 sub->evt.port.ref = htohl(port_ref, sub->swap); in tipc_subscrp_send_event() 84 sub->evt.port.node = htohl(node, sub->swap); in tipc_subscrp_send_event() 231 if (s->filter & htohl(TIPC_SUB_CANCEL, swap)) { in tipc_subscrp_create() 232 s->filter &= ~htohl(TIPC_SUB_CANCEL, swap); in tipc_subscrp_create() 253 sub->seq.type = htohl(s->seq.type, swap); in tipc_subscrp_create() 254 sub->seq.lower = htohl(s->seq.lower, swap); in tipc_subscrp_create() [all …]
|