Home
last modified time | relevance | path

Searched refs:rcvd_follow_up_ptr (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_md.c129 if (!state->rcvd_sync_ptr || !state->rcvd_follow_up_ptr) { in gptp_set_md_sync_receive()
136 fup_hdr = GPTP_HDR(state->rcvd_follow_up_ptr); in gptp_set_md_sync_receive()
137 fup = GPTP_FOLLOW_UP(state->rcvd_follow_up_ptr); in gptp_set_md_sync_receive()
553 state->rcvd_follow_up_ptr = NULL; in gptp_md_init_sync_rcv_state_machine()
765 if (state->rcvd_follow_up_ptr) { in gptp_md_sync_receive_state_machine()
766 net_pkt_unref(state->rcvd_follow_up_ptr); in gptp_md_sync_receive_state_machine()
767 state->rcvd_follow_up_ptr = NULL; in gptp_md_sync_receive_state_machine()
785 if (state->rcvd_follow_up_ptr) { in gptp_md_sync_receive_state_machine()
786 net_pkt_unref(state->rcvd_follow_up_ptr); in gptp_md_sync_receive_state_machine()
787 state->rcvd_follow_up_ptr = NULL; in gptp_md_sync_receive_state_machine()
[all …]
Dgptp.c232 if (sync_rcv_state->rcvd_follow_up_ptr) { in gptp_handle_msg()
233 net_pkt_unref(sync_rcv_state->rcvd_follow_up_ptr); in gptp_handle_msg()
237 sync_rcv_state->rcvd_follow_up_ptr = net_pkt_ref(pkt); in gptp_handle_msg()
Dgptp_state.h241 struct net_pkt *rcvd_follow_up_ptr; member