Searched refs:msg_set_bits (Results 1 – 1 of 1) sorted by relevance
/net/tipc/ |
D | msg.h | 173 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits() function 200 msg_set_bits(m, 0, 29, 7, TIPC_VERSION); in msg_set_version() 215 msg_set_bits(m, 0, 25, 0xf, n); in msg_set_user() 225 msg_set_bits(m, 0, 21, 0xf, n>>2); in msg_set_hdr_sz() 250 msg_set_bits(m, 0, 20, 1, n); in msg_set_non_seq() 260 msg_set_bits(m, 0, 17, 1, d); in msg_set_syn() 270 msg_set_bits(m, 0, 19, 1, d); in msg_set_dest_droppable() 280 msg_set_bits(m, 0, 19, 1, d); in msg_set_is_keepalive() 290 msg_set_bits(m, 0, 18, 1, d); in msg_set_src_droppable() 300 msg_set_bits(m, 0, 18, 0x1, d); in msg_set_is_rcast() [all …]
|