Searched refs:msg_set_bits (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/net/tipc/ |
A D | msg.h | 254 msg_set_bits(m, 0, 25, 0xf, n); in msg_set_user() 289 msg_set_bits(m, 0, 20, 1, n); in msg_set_non_seq() 299 msg_set_bits(m, 0, 17, 1, d); in msg_set_syn() 309 msg_set_bits(m, 0, 19, 1, d); in msg_set_dest_droppable() 319 msg_set_bits(m, 0, 19, 1, d); in msg_set_is_keepalive() 329 msg_set_bits(m, 0, 18, 1, d); in msg_set_src_droppable() 339 msg_set_bits(m, 0, 18, 1, 1); in msg_set_ack_required() 349 msg_set_bits(m, 0, 18, 1, 1); in msg_set_nagle_ack() 359 msg_set_bits(m, 0, 18, 0x1, d); in msg_set_is_rcast() 387 msg_set_bits(m, 1, 29, 0x7, n); in msg_set_type() [all …]
|
A 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()
|
Completed in 10 milliseconds