Lines Matching refs:net_pkt

57 struct gptp_hdr *gptp_get_hdr(struct net_pkt *pkt)  in gptp_get_hdr()
81 static void gptp_sync_timestamp_callback(struct net_pkt *pkt) in gptp_sync_timestamp_callback()
109 static void gptp_pdelay_response_timestamp_callback(struct net_pkt *pkt) in gptp_pdelay_response_timestamp_callback()
112 struct net_pkt *follow_up; in gptp_pdelay_response_timestamp_callback()
145 static struct net_pkt *setup_gptp_frame_debug(struct net_if *iface, in setup_gptp_frame_debug()
152 static struct net_pkt *setup_gptp_frame(struct net_if *iface, in setup_gptp_frame_debug()
156 struct net_pkt *pkt; in setup_gptp_frame_debug()
183 struct net_pkt *gptp_prepare_sync(int port) in gptp_prepare_sync()
188 struct net_pkt *pkt; in gptp_prepare_sync()
238 struct net_pkt *gptp_prepare_follow_up(int port, struct net_pkt *sync) in gptp_prepare_follow_up()
243 struct net_pkt *pkt; in gptp_prepare_follow_up()
288 struct net_pkt *gptp_prepare_pdelay_req(int port) in gptp_prepare_pdelay_req()
293 struct net_pkt *pkt; in gptp_prepare_pdelay_req()
346 struct net_pkt *gptp_prepare_pdelay_resp(int port, in gptp_prepare_pdelay_resp()
347 struct net_pkt *req) in gptp_prepare_pdelay_resp()
353 struct net_pkt *pkt; in gptp_prepare_pdelay_resp()
405 struct net_pkt *gptp_prepare_pdelay_follow_up(int port, in gptp_prepare_pdelay_follow_up()
406 struct net_pkt *resp) in gptp_prepare_pdelay_follow_up()
413 struct net_pkt *pkt; in gptp_prepare_pdelay_follow_up()
468 struct net_pkt *gptp_prepare_announce(int port) in gptp_prepare_announce()
475 struct net_pkt *pkt; in gptp_prepare_announce()
579 void gptp_handle_sync(int port, struct net_pkt *pkt) in gptp_handle_sync()
598 int gptp_handle_follow_up(int port, struct net_pkt *pkt) in gptp_handle_follow_up()
621 void gptp_handle_pdelay_req(int port, struct net_pkt *pkt) in gptp_handle_pdelay_req()
623 struct net_pkt *reply; in gptp_handle_pdelay_req()
658 int gptp_handle_pdelay_resp(int port, struct net_pkt *pkt) in gptp_handle_pdelay_resp()
711 int gptp_handle_pdelay_follow_up(int port, struct net_pkt *pkt) in gptp_handle_pdelay_follow_up()
779 void gptp_handle_signaling(int port, struct net_pkt *pkt) in gptp_handle_signaling()
807 void gptp_send_sync(int port, struct net_pkt *pkt) in gptp_send_sync()
831 void gptp_send_follow_up(int port, struct net_pkt *pkt) in gptp_send_follow_up()
840 void gptp_send_announce(int port, struct net_pkt *pkt) in gptp_send_announce()
852 struct net_pkt *pkt; in gptp_send_pdelay_req()
879 void gptp_send_pdelay_resp(int port, struct net_pkt *pkt, in gptp_send_pdelay_resp()
902 void gptp_send_pdelay_follow_up(int port, struct net_pkt *pkt, in gptp_send_pdelay_follow_up()