Lines Matching defs:msg
24 static const char *msg_type_str(struct ptp_msg *msg) in msg_type_str()
52 static void msg_timestamp_post_recv(struct ptp_msg *msg, struct ptp_timestamp *ts) in msg_timestamp_post_recv()
101 static uint8_t *msg_suffix(struct ptp_msg *msg) in msg_suffix()
141 static int msg_tlv_post_recv(struct ptp_msg *msg, int length) in msg_tlv_post_recv()
195 static void msg_tlv_free(struct ptp_msg *msg) in msg_tlv_free()
207 static void msg_tlv_pre_send(struct ptp_msg *msg) in msg_tlv_pre_send()
221 struct ptp_msg *msg = NULL; in ptp_msg_alloc() local
236 void ptp_msg_unref(struct ptp_msg *msg) in ptp_msg_unref()
250 void ptp_msg_ref(struct ptp_msg *msg) in ptp_msg_ref()
257 enum ptp_msg_type ptp_msg_type(const struct ptp_msg *msg) in ptp_msg_type()
268 struct ptp_msg *msg; in ptp_msg_from_pkt() local
310 void ptp_msg_pre_send(struct ptp_msg *msg) in ptp_msg_pre_send()
359 int ptp_msg_post_recv(struct ptp_port *port, struct ptp_msg *msg, int cnt) in ptp_msg_post_recv()
445 struct ptp_tlv *ptp_msg_add_tlv(struct ptp_msg *msg, int length) in ptp_msg_add_tlv()
484 bool ptp_msg_current_parent(const struct ptp_msg *msg) in ptp_msg_current_parent()