Home
last modified time | relevance | path

Searched refs:MOS_DROP (Results 1 – 5 of 5) sorted by relevance

/mOS-networking-stack/samples/nat/
H A Dnat.c137 mtcp_setlastpkt(mctx, sock, side, 0, NULL, 0, MOS_DROP) < 0) in translate_addr()
152 mtcp_setlastpkt(mctx, sock, side, 0, NULL, 0, MOS_DROP) < 0) in translate_addr()
/mOS-networking-stack/core/src/include/
H A Dmos_api.h109 #define MOS_DROP (1 << 6) macro
/mOS-networking-stack/core/include/
H A Dmos_api.h109 #define MOS_DROP (1 << 6) macro
/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c350 mtcp_setlastpkt(mctx, msock, side, 0, NULL, 0, MOS_DROP); in ApplyActionPerFlow()
/mOS-networking-stack/core/src/
H A Dmos_api.c999 if (__builtin_popcount(option & (MOS_DROP | MOS_CHOMP | in mtcp_setlastpkt()
1009 if (option & MOS_DROP) { in mtcp_setlastpkt()