Searched refs:msg_set_bits (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/net/tipc/ | 
| D | msg.h | 144 static inline void msg_set_bits(struct tipc_msg *m, u32 w,  in msg_set_bits()  function 171 	msg_set_bits(m, 0, 29, 7, TIPC_VERSION);  in msg_set_version() 186 	msg_set_bits(m, 0, 25, 0xf, n);  in msg_set_user() 196 	msg_set_bits(m, 0, 21, 0xf, n>>2);  in msg_set_hdr_sz() 216 	msg_set_bits(m, 0, 20, 1, n);  in msg_set_non_seq() 226 	msg_set_bits(m, 0, 19, 1, d);  in msg_set_dest_droppable() 236 	msg_set_bits(m, 0, 18, 1, d);  in msg_set_src_droppable() 264 	msg_set_bits(m, 1, 29, 0x7, n);  in msg_set_type() 289 	msg_set_bits(m, 1, 25, 0xf, err);  in msg_set_errcode() 299 	msg_set_bits(m, 1, 21, 0xf, msg_reroute_cnt(m) + 1);  in msg_incr_reroute_cnt() [all …] 
 |