Lines Matching refs:resp
406 struct net_pkt *resp) in gptp_prepare_pdelay_follow_up() argument
408 struct net_if *iface = net_pkt_iface(resp); in gptp_prepare_pdelay_follow_up()
429 pdelay_resp = GPTP_PDELAY_RESP(resp); in gptp_prepare_pdelay_follow_up()
430 resp_hdr = GPTP_HDR(resp); in gptp_prepare_pdelay_follow_up()
662 struct gptp_pdelay_resp *resp; in gptp_handle_pdelay_resp() local
666 resp = GPTP_PDELAY_RESP(pkt); in gptp_handle_pdelay_resp()
677 if (memcmp(default_ds->clk_id, resp->requesting_port_id.clk_id, in gptp_handle_pdelay_resp()
689 if (resp->requesting_port_id.port_number != htons(port)) { in gptp_handle_pdelay_resp()
882 struct gptp_pdelay_resp *resp; in gptp_send_pdelay_resp() local
890 resp = GPTP_PDELAY_RESP(pkt); in gptp_send_pdelay_resp()
891 resp->req_receipt_ts_secs_high = htons(treq->_sec.high); in gptp_send_pdelay_resp()
892 resp->req_receipt_ts_secs_low = htonl(treq->_sec.low); in gptp_send_pdelay_resp()
893 resp->req_receipt_ts_nsecs = htonl(treq->nanosecond); in gptp_send_pdelay_resp()