Searched refs:tcp_nocontent (Results 1 – 3 of 3) sorted by relevance
184 PortObject * tcp_nocontent; member
11297 rpt->tcp_nocontent = PortObjectNew(); in PortTablesNew()11298 if (rpt->tcp_nocontent == NULL) in PortTablesNew()11300 PortObjectAddPortAny(rpt->tcp_nocontent); in PortTablesNew()11515 RuleListSortUniq(port_tables->tcp_nocontent->rule_list); in PortTablesFinish()11592 if (port_tables->tcp_nocontent) in PortTablesFree()11593 PortObjectFree(port_tables->tcp_nocontent); in PortTablesFree()
2164 …if (fpCreateInitRuleMap(sc->prmTcpRTNX, p->tcp_src, p->tcp_dst, p->tcp_anyany, p->tcp_nocontent, p… in fpCreateRuleMaps()