Searched refs:TCP_DB (Results 1 – 1 of 1) sorted by relevance
118 TCP_DB, enumerator135 #define INET_L4_DBM ((1<<TCP_DB)|(1<<UDP_DB)|(1<<DCCP_DB)|(1<<SCTP_DB))179 [TCP_DB] = {275 filter_db_set(f, TCP_DB); in filter_default_dbs()1634 if (current_filter.dbs&(1<<TCP_DB)) in parse_hostcond()1651 (current_filter.dbs&(1<<TCP_DB)))) { in parse_hostcond()3724 if (f->families & (1 << AF_INET) && f->dbs & (1 << TCP_DB)) in handle_follow_request()3728 if (f->families & (1 << AF_INET6) && f->dbs & (1 << TCP_DB)) in handle_follow_request()4107 filter_db_set(¤t_filter, TCP_DB); in main()4175 filter_db_set(¤t_filter, TCP_DB); in main()[all …]