tipc_cfg_msg_hdr  395 include/uapi/linux/tipc_config.h #define TCM_LENGTH(datalen) (sizeof(struct tipc_cfg_msg_hdr) + datalen)
tipc_cfg_msg_hdr  402 include/uapi/linux/tipc_config.h 	struct tipc_cfg_msg_hdr *tcm_hdr;
tipc_cfg_msg_hdr  406 include/uapi/linux/tipc_config.h 	tcm_hdr = (struct tipc_cfg_msg_hdr *)msg;