Home
last modified time | relevance | path

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

/external/iproute2/misc/
Dss.c118 TCP_DB, enumerator
134 #define INET_DBM ((1<<TCP_DB)|(1<<UDP_DB)|(1<<DCCP_DB)|(1<<RAW_DB))
167 [TCP_DB] = {
259 filter_db_set(f, TCP_DB); in filter_default_dbs()
1521 if (current_filter.dbs&(1<<TCP_DB)) in parse_hostcond()
1537 (current_filter.dbs&(1<<TCP_DB)))) { in parse_hostcond()
3359 if (f->families & (1 << AF_INET) && f->dbs & (1 << TCP_DB)) in handle_follow_request()
3363 if (f->families & (1 << AF_INET6) && f->dbs & (1 << TCP_DB)) in handle_follow_request()
3727 filter_db_set(&current_filter, TCP_DB); in main()
3791 filter_db_set(&current_filter, TCP_DB); in main()
[all …]