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];
3058 struct net_if_timestamp_cb { struct3086 void net_if_register_timestamp_cb(struct net_if_timestamp_cb *handle, argument3096 void net_if_unregister_timestamp_cb(struct net_if_timestamp_cb *handle);
6014 void net_if_register_timestamp_cb(struct net_if_timestamp_cb *handle, in net_if_register_timestamp_cb()6031 void net_if_unregister_timestamp_cb(struct net_if_timestamp_cb *handle) in net_if_unregister_timestamp_cb()6047 struct net_if_timestamp_cb *handle = in net_if_call_timestamp_cb()6048 CONTAINER_OF(sn, struct net_if_timestamp_cb, node); in net_if_call_timestamp_cb()