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