Home
last modified time | relevance | path

Searched defs:pkt (Results 1 – 8 of 8) sorted by relevance

/libmctp-latest/
Dcore.c121 void mctp_pktbuf_free(struct mctp_pktbuf *pkt) in mctp_pktbuf_free()
126 struct mctp_hdr *mctp_pktbuf_hdr(struct mctp_pktbuf *pkt) in mctp_pktbuf_hdr()
131 void *mctp_pktbuf_data(struct mctp_pktbuf *pkt) in mctp_pktbuf_data()
136 size_t mctp_pktbuf_size(struct mctp_pktbuf *pkt) in mctp_pktbuf_size()
141 void *mctp_pktbuf_alloc_start(struct mctp_pktbuf *pkt, size_t size) in mctp_pktbuf_alloc_start()
148 void *mctp_pktbuf_alloc_end(struct mctp_pktbuf *pkt, size_t size) in mctp_pktbuf_alloc_end()
158 int mctp_pktbuf_push(struct mctp_pktbuf *pkt, void *data, size_t len) in mctp_pktbuf_push()
173 void *mctp_pktbuf_pop(struct mctp_pktbuf *pkt, size_t len) in mctp_pktbuf_pop()
236 struct mctp_pktbuf *pkt, size_t max_size) in mctp_msg_ctx_add_pkt()
537 void mctp_bus_rx(struct mctp_binding *binding, struct mctp_pktbuf *pkt) in mctp_bus_rx()
[all …]
Dserial.c113 static size_t mctp_serial_pkt_escape(struct mctp_pktbuf *pkt, uint8_t *buf) in mctp_serial_pkt_escape()
139 struct mctp_pktbuf *pkt) in mctp_binding_serial_tx()
189 struct mctp_pktbuf *pkt = serial->rx_pkt; in mctp_serial_finish_packet() local
206 struct mctp_pktbuf *pkt = serial->rx_pkt; in mctp_rx_consume_one() local
Dastlpc.c191 void astlpc_pktbuf_protect_v1(struct mctp_pktbuf *pkt) in astlpc_pktbuf_protect_v1()
196 bool astlpc_pktbuf_validate_v1(struct mctp_pktbuf *pkt) in astlpc_pktbuf_validate_v1()
216 void astlpc_pktbuf_protect_v3(struct mctp_pktbuf *pkt) in astlpc_pktbuf_protect_v3()
225 bool astlpc_pktbuf_validate_v3(struct mctp_pktbuf *pkt) in astlpc_pktbuf_validate_v3()
831 struct mctp_pktbuf *pkt) in mctp_binding_astlpc_tx()
1001 struct mctp_pktbuf *pkt; in mctp_astlpc_rx_start() local
/libmctp-latest/tests/
Dtest-utils.c20 struct mctp_pktbuf *pkt __attribute__((unused))) in mctp_binding_test_tx()
49 struct mctp_pktbuf *pkt; in mctp_binding_test_rx_raw() local
Dtest_bridge.c30 struct mctp_pktbuf *pkt) in mctp_binding_bridge_tx()
45 struct mctp_pktbuf *pkt; in mctp_binding_bridge_rx() local
Dtest_eid.c36 static void create_packet(struct mctp_hdr *pkt, mctp_eid_t src, mctp_eid_t dest) in create_packet()
Dtest_cmds.c50 struct mctp_pktbuf *pkt = mctp_pktbuf_alloc(b, len); in rcv_ctrl_msg() local
/libmctp-latest/utils/
Dmctp-capture.c55 void capture_binding(struct mctp_pktbuf *pkt, bool outgoing, void *user) in capture_binding()