Home
last modified time | relevance | path

Searched refs:ptp_tlv_container (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/subsys/net/lib/ptp/
Dtlv.c21 sizeof(struct ptp_tlv_container),
52 struct ptp_tlv_container *container; in tlv_mgmt_post_recv()
73 container = CONTAINER_OF((void *)mgmt_tlv, struct ptp_tlv_container, tlv); in tlv_mgmt_post_recv()
185 container = CONTAINER_OF((void *)mgmt_tlv, struct ptp_tlv_container, tlv); in tlv_mgmt_post_recv()
266 struct ptp_tlv_container *container; in tlv_mgmt_pre_send()
273 container = CONTAINER_OF((void *)mgmt_tlv, struct ptp_tlv_container, tlv); in tlv_mgmt_pre_send()
331 struct ptp_tlv_container *ptp_tlv_alloc(void) in ptp_tlv_alloc()
333 struct ptp_tlv_container *tlv_container = NULL; in ptp_tlv_alloc()
345 void ptp_tlv_free(struct ptp_tlv_container *tlv_container) in ptp_tlv_free()
Dtlv.h219 struct ptp_tlv_container { struct
339 struct ptp_tlv_container *ptp_tlv_alloc(void);
346 void ptp_tlv_free(struct ptp_tlv_container *tlv_container);
Dmsg.c144 struct ptp_tlv_container *tlv_container; in msg_tlv_post_recv()
197 struct ptp_tlv_container *tlv_container; in msg_tlv_free()
202 tlv_container = CONTAINER_OF(iter, struct ptp_tlv_container, node); in msg_tlv_free()
209 struct ptp_tlv_container *tlv_container; in msg_tlv_pre_send()
445 struct ptp_tlv_container *tlv_container; in ptp_msg_add_tlv()
452 tlv_container = (struct ptp_tlv_container *)sys_slist_peek_tail(&msg->tlvs); in ptp_msg_add_tlv()
Dport.c742 struct ptp_tlv_container *container = ptp_tlv_alloc(); in port_management_resp_tlv_fill()