Home
last modified time | relevance | path

Searched refs:msg_set_msgcnt (Results 1 – 3 of 3) sorted by relevance

/linux/net/tipc/
H A Dmsg.c503 msg_set_msgcnt(bmsg, msg_msgcnt(bmsg) + 1); in tipc_msg_bundle()
561 msg_set_msgcnt(outer, 1); in tipc_msg_try_bundle()
H A Dlink.c1937 msg_set_msgcnt(hdr, 1); in tipc_link_create_dummy_tnl_msg()
2015 msg_set_msgcnt(&tnlhdr, pktcnt); in tipc_link_tnl_prepare()
2075 msg_set_msgcnt(hdr, pktcnt); in tipc_link_tnl_prepare()
H A Dmsg.h983 static inline void msg_set_msgcnt(struct tipc_msg *m, u16 n) in msg_set_msgcnt() function