Searched refs:__constant_htonl (Results 1 – 4 of 4) sorted by relevance
61 TCP_FLAG_CWR = __constant_htonl(0x00800000),62 TCP_FLAG_ECE = __constant_htonl(0x00400000),63 TCP_FLAG_URG = __constant_htonl(0x00200000),64 TCP_FLAG_ACK = __constant_htonl(0x00100000),65 TCP_FLAG_PSH = __constant_htonl(0x00080000),66 TCP_FLAG_RST = __constant_htonl(0x00040000),67 TCP_FLAG_SYN = __constant_htonl(0x00020000),68 TCP_FLAG_FIN = __constant_htonl(0x00010000),69 TCP_RESERVED_BITS = __constant_htonl(0x0F000000),70 TCP_DATA_OFFSET = __constant_htonl(0xF0000000)
22 #define nlm_granted __constant_htonl(NLM_LCK_GRANTED)23 #define nlm_lck_denied __constant_htonl(NLM_LCK_DENIED)24 #define nlm_lck_denied_nolocks __constant_htonl(NLM_LCK_DENIED_NOLOCKS)25 #define nlm_lck_blocked __constant_htonl(NLM_LCK_BLOCKED)26 #define nlm_lck_denied_grace_period __constant_htonl(NLM_LCK_DENIED_GRACE_PERIOD)
25 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) macro
25 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) macro