Home
last modified time | relevance | path

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

/external/iproute2/misc/
Dss.c120 UDP_DB, enumerator
135 #define INET_L4_DBM ((1<<TCP_DB)|(1<<UDP_DB)|(1<<DCCP_DB)|(1<<SCTP_DB))
187 [UDP_DB] = {
273 filter_db_set(f, UDP_DB); in filter_default_dbs()
1632 if (current_filter.dbs&(1<<UDP_DB)) in parse_hostcond()
1649 (current_filter.dbs&(1<<UDP_DB))) || in parse_hostcond()
3726 if (f->families & (1 << AF_INET) && f->dbs & (1 << UDP_DB)) in handle_follow_request()
3730 if (f->families & (1 << AF_INET6) && f->dbs & (1 << UDP_DB)) in handle_follow_request()
4113 filter_db_set(&current_filter, UDP_DB); in main()
4173 filter_db_set(&current_filter, UDP_DB); in main()
[all …]