Searched refs:outgoing (Results 1 – 4 of 4) sorted by relevance
| /libmctp-latest/utils/ |
| D | mctp-capture.h | 33 void capture_binding(struct mctp_pktbuf *pkt, bool outgoing, void *user); 35 bool outgoing, int eid); 57 bool outgoing __unused, void *user __unused) in capture_binding() 63 bool outgoing __unused, int eid __unused) in capture_socket()
|
| D | mctp-capture.c | 55 void capture_binding(struct mctp_pktbuf *pkt, bool outgoing, void *user) in capture_binding() argument 74 if (outgoing) in capture_binding() 95 bool outgoing, int eid) in capture_socket() argument 113 if (outgoing) in capture_socket() 128 if (outgoing) { in capture_socket()
|
| /libmctp-latest/ |
| D | libmctp.h | 77 typedef void (*mctp_capture_fn)(struct mctp_pktbuf *pkt, bool outgoing,
|
| D | README.md | 50 their messages, then the messages are re-packetised for the outgoing binding.
|