Searched refs:__constant_ntohl (Results 1 – 3 of 3) sorted by relevance
16 #define __constant_ntohl(x) ((__force __u32)(__be32)(x)) macro
16 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x)) macro
367 s->filter &= __constant_ntohl(~TIPC_SUB_CANCEL); in tipc_conn_rcv_sub()