Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c342 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 Dmos_api.h463 mtcp_getlastpkt(mctx_t mctx, int sock, int side, struct pkt_info *p);
/mOS-networking-stack/core/include/
H A Dmos_api.h463 mtcp_getlastpkt(mctx_t mctx, int sock, int side, struct pkt_info *p);
/mOS-networking-stack/core/src/
H A Dmos_api.c453 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