Searched refs:msg_set_bits (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/tipc/
H A Dmsg.h220 static inline void msg_set_bits(struct tipc_msg *m, u32 w, function
239 msg_set_bits(m, 0, 29, 7, TIPC_VERSION);
254 msg_set_bits(m, 0, 25, 0xf, n);
264 msg_set_bits(m, 0, 21, 0xf, n>>2);
289 msg_set_bits(m, 0, 20, 1, n);
299 msg_set_bits(m, 0, 17, 1, d);
309 msg_set_bits(m, 0, 19, 1, d);
319 msg_set_bits(m, 0, 19, 1, d);
329 msg_set_bits(m, 0, 18, 1, d);
339 msg_set_bits(
[all...]
H A Dcrypto.h186 msg_set_bits(m, 4, 16, 0xffff, gen);
196 msg_set_bits(m, 4, 0, 0xf, mode);

Completed in 76 milliseconds