Lines Matching refs:phdr
101 struct tipc_msg phdr; member
149 return msg_prevnode(&tsk->phdr); in tsk_own_node()
154 return msg_destnode(&tsk->phdr); in tsk_peer_node()
159 return msg_destport(&tsk->phdr); in tsk_peer_port()
164 return msg_src_droppable(&tsk->phdr) != 0; in tsk_unreliable()
169 msg_set_src_droppable(&tsk->phdr, unreliable ? 1 : 0); in tsk_set_unreliable()
174 return msg_dest_droppable(&tsk->phdr) != 0; in tsk_unreturnable()
179 msg_set_dest_droppable(&tsk->phdr, unreturnable ? 1 : 0); in tsk_set_unreturnable()
184 return msg_importance(&tsk->phdr); in tsk_importance()
191 msg_set_importance(&tsk->phdr, (u32)imp); in tsk_set_importance()
451 msg = &tsk->phdr; in tipc_sk_create()
790 struct tipc_msg *hdr = &tsk->phdr; in tipc_sendmcast()
856 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_msg()
952 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_anycast()
1040 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_bcast()
1110 struct tipc_msg *hdr = &tsk->phdr; in tipc_send_group_mcast()
1321 struct tipc_msg *hdr = &tsk->phdr; in __tipc_sendmsg()
1462 struct tipc_msg *hdr = &tsk->phdr; in __tipc_sendstream()
1538 struct tipc_msg *msg = &tsk->phdr; in tipc_sk_finish_conn()
2081 msg_set_importance(&tsk->phdr, msg_importance(hdr)); in tipc_sk_filter_connect()
2829 msg = &tsk->phdr; in tipc_sk_reinit()
2922 struct tipc_msg *hdr = &tsk->phdr; in tipc_sk_join()