Home
last modified time | relevance | path

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

/packages/modules/Connectivity/bpf_progs/
Dnetd.c39 static const int DROP_UNLESS_DNS = 2; // internal to our program variable
433 return DROP_UNLESS_DNS; in bpf_owner_match()
438 return DROP_UNLESS_DNS; in bpf_owner_match()
496 if (match == DROP_UNLESS_DNS) match = PASS; in bpf_traffic_account()
498 if (match == DROP_UNLESS_DNS) match = DROP; in bpf_traffic_account()