Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/examples/
H A Dload_elf__block_a_port.c15 #define BLOCKED_TCP_PORT 0x9999 macro
40 if (tcp->source == BLOCKED_TCP_PORT || tcp->dest == BLOCKED_TCP_PORT) in handle_ingress()