Lines Matching refs:sequence_id
42 ntohs(one_hdr->sequence_id), pkt); \
53 ntohs(one_hdr->sequence_id), pkt); \
215 hdr->sequence_id = htons(port_ds->sync_seq_id); in gptp_prepare_sync()
270 hdr->sequence_id = sync_hdr->sequence_id; in gptp_prepare_follow_up()
316 hdr->sequence_id = htons(port_ds->pdelay_req_seq_id); in gptp_prepare_pdelay_req()
374 hdr->sequence_id = query->sequence_id; in gptp_prepare_pdelay_resp()
436 hdr->sequence_id = resp_hdr->sequence_id; in gptp_prepare_pdelay_follow_up()
540 hdr->sequence_id = htons(port_ds->announce_seq_id); in gptp_prepare_announce()
608 if (sync_hdr->sequence_id != hdr->sequence_id) { in gptp_handle_follow_up()
610 "FOLLOWUP", ntohs(hdr->sequence_id), in gptp_handle_follow_up()
612 "SYNC", ntohs(sync_hdr->sequence_id)); in gptp_handle_follow_up()
695 if (hdr->sequence_id != req_hdr->sequence_id) { in gptp_handle_pdelay_resp()
697 ntohs(hdr->sequence_id), in gptp_handle_pdelay_resp()
699 ntohs(req_hdr->sequence_id)); in gptp_handle_pdelay_resp()
755 if (hdr->sequence_id != req_hdr->sequence_id) { in gptp_handle_pdelay_follow_up()
757 ntohs(hdr->sequence_id), in gptp_handle_pdelay_follow_up()
759 ntohs(req_hdr->sequence_id)); in gptp_handle_pdelay_follow_up()