Lines Matching refs:_hdr
321 struct tipc_msg *hdr, *_hdr; in tipc_mcast_send_sync() local
350 _hdr = buf_msg(_skb); in tipc_mcast_send_sync()
351 msg_set_size(_hdr, MCAST_H_SIZE); in tipc_mcast_send_sync()
352 msg_set_is_rcast(_hdr, !msg_is_rcast(hdr)); in tipc_mcast_send_sync()
353 msg_set_errcode(_hdr, TIPC_ERR_NO_PORT); in tipc_mcast_send_sync()
788 struct tipc_msg *hdr, *_hdr; in tipc_mcast_filter_msg() local
809 _hdr = buf_msg(_skb); in tipc_mcast_filter_msg()
810 if (msg_orignode(_hdr) != node) in tipc_mcast_filter_msg()
812 if (msg_origport(_hdr) != port) in tipc_mcast_filter_msg()
828 if (msg_is_rcast(hdr) != msg_is_rcast(_hdr)) in tipc_mcast_filter_msg()
836 if (msg_is_rcast(hdr) == msg_is_rcast(_hdr)) { in tipc_mcast_filter_msg()
854 _hdr = buf_msg(_skb); in tipc_mcast_filter_msg()
855 if (msg_orignode(_hdr) != node) in tipc_mcast_filter_msg()
857 if (msg_origport(_hdr) != port) in tipc_mcast_filter_msg()
859 if (msg_is_syn(_hdr)) in tipc_mcast_filter_msg()