Searched refs:mtcp_getlastpkt (Results 1 – 4 of 4) sorted by relevance
| /mOS-networking-stack/samples/simple_firewall/ |
| H A D | simple_firewall.c | 342 if (mtcp_getlastpkt(mctx, msock, side, &p) < 0) in ApplyActionPerFlow() 368 if (mtcp_getlastpkt(mctx, sockid, side, &p) < 0) in CatchInitSYN()
|
| /mOS-networking-stack/core/src/include/ |
| H A D | mos_api.h | 463 mtcp_getlastpkt(mctx_t mctx, int sock, int side, struct pkt_info *p);
|
| /mOS-networking-stack/core/include/ |
| H A D | mos_api.h | 463 mtcp_getlastpkt(mctx_t mctx, int sock, int side, struct pkt_info *p);
|
| /mOS-networking-stack/core/src/ |
| H A D | mos_api.c | 453 mtcp_getlastpkt(mctx_t mctx, int sock, int side, struct pkt_info *pkt) in mtcp_getlastpkt() function 526 mtcp_getlastpkt(mctx_t mctx, int sock, int side, struct pkt_ctx **pctx) in mtcp_getlastpkt() function
|