Searched refs:net_if_timestamp_cb (Results 1 – 5 of 5) sorted by relevance
80 struct net_if_timestamp_cb delay_req_ts_cb;82 struct net_if_timestamp_cb sync_ts_cb;
73 static struct net_if_timestamp_cb timestamp_cb;74 static struct net_if_timestamp_cb timestamp_cb_2;75 static struct net_if_timestamp_cb timestamp_cb_3;
19 static struct net_if_timestamp_cb sync_timestamp_cb[CONFIG_NET_GPTP_NUM_PORTS];20 static struct net_if_timestamp_cb pdelay_response_timestamp_cb[CONFIG_NET_GPTP_NUM_PORTS];
2993 struct net_if_timestamp_cb { struct3021 void net_if_register_timestamp_cb(struct net_if_timestamp_cb *handle, argument3031 void net_if_unregister_timestamp_cb(struct net_if_timestamp_cb *handle);
5905 void net_if_register_timestamp_cb(struct net_if_timestamp_cb *handle, in net_if_register_timestamp_cb()5922 void net_if_unregister_timestamp_cb(struct net_if_timestamp_cb *handle) in net_if_unregister_timestamp_cb()5938 struct net_if_timestamp_cb *handle = in net_if_call_timestamp_cb()5939 CONTAINER_OF(sn, struct net_if_timestamp_cb, node); in net_if_call_timestamp_cb()