tipc_cfg_msg_hdr  398 include/linux/tipc_config.h #define TCM_LENGTH(datalen) (sizeof(struct tipc_cfg_msg_hdr) + datalen)
tipc_cfg_msg_hdr  405 include/linux/tipc_config.h 	struct tipc_cfg_msg_hdr *tcm_hdr;
tipc_cfg_msg_hdr  409 include/linux/tipc_config.h 	tcm_hdr = (struct tipc_cfg_msg_hdr *)msg;
tipc_cfg_msg_hdr  629 net/tipc/config.c 	struct tipc_cfg_msg_hdr *req_hdr;
tipc_cfg_msg_hdr  630 net/tipc/config.c 	struct tipc_cfg_msg_hdr *rep_hdr;
tipc_cfg_msg_hdr  635 net/tipc/config.c 	req_hdr = (struct tipc_cfg_msg_hdr *)msg;
tipc_cfg_msg_hdr  652 net/tipc/config.c 		rep_hdr = (struct tipc_cfg_msg_hdr *)rep_buf->data;
tipc_cfg_msg_hdr  477 net/tipc/socket.c 	struct tipc_cfg_msg_hdr hdr;