Searched refs:msg_set_bits (Results 1 – 2 of 2) sorted by relevance
/net/tipc/ |
D | msg.h | 220 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits() function 247 msg_set_bits(m, 0, 29, 7, TIPC_VERSION); in msg_set_version() 262 msg_set_bits(m, 0, 25, 0xf, n); in msg_set_user() 272 msg_set_bits(m, 0, 21, 0xf, n>>2); in msg_set_hdr_sz() 297 msg_set_bits(m, 0, 20, 1, n); in msg_set_non_seq() 307 msg_set_bits(m, 0, 17, 1, d); in msg_set_syn() 317 msg_set_bits(m, 0, 19, 1, d); in msg_set_dest_droppable() 327 msg_set_bits(m, 0, 19, 1, d); in msg_set_is_keepalive() 337 msg_set_bits(m, 0, 18, 1, d); in msg_set_src_droppable() 347 msg_set_bits(m, 0, 18, 1, 1); in msg_set_ack_required() [all …]
|
D | crypto.h | 186 msg_set_bits(m, 4, 16, 0xffff, gen); in msg_set_key_gen() 196 msg_set_bits(m, 4, 0, 0xf, mode); in msg_set_key_mode()
|