Home
last modified time | relevance | path

Searched refs:sync_ptr (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_md.c570 state->sync_ptr = NULL; in gptp_md_init_sync_send_state_machine()
875 state->sync_ptr = net_pkt_ref(pkt); in gptp_md_sync_send_state_machine()
892 if (!state->sync_ptr) { in gptp_md_sync_send_state_machine()
897 pkt = gptp_prepare_follow_up(port, state->sync_ptr); in gptp_md_sync_send_state_machine()
900 state->sync_ptr, in gptp_md_sync_send_state_machine()
906 net_pkt_unref(state->sync_ptr); in gptp_md_sync_send_state_machine()
907 state->sync_ptr = NULL; in gptp_md_sync_send_state_machine()
Dgptp_state.h262 struct net_pkt *sync_ptr; member