Searched refs:tcp_state (Results 1 – 1 of 1) sorted by relevance
542 uint8_t l4proto, tcp_flags, tcp_state; in ParseCTV6Message() local569 tcp_state = nfct_get_attr_u8(ct, ATTR_TCP_STATE); in ParseCTV6Message()570 IPACMDBG("ATTR_TCP_STATE: 0x%x\n", tcp_state); in ParseCTV6Message()784 u_int8_t tcp_state; in AddORDeleteNatEntry() local808 tcp_state = nfct_get_attr_u8(input->ct, ATTR_TCP_STATE); in AddORDeleteNatEntry()809 if (TCP_CONNTRACK_ESTABLISHED == tcp_state) in AddORDeleteNatEntry()811 IPACMDBG("TCP state TCP_CONNTRACK_ESTABLISHED(%d)\n", tcp_state); in AddORDeleteNatEntry()826 else if (TCP_CONNTRACK_FIN_WAIT == tcp_state || in AddORDeleteNatEntry()830 "or type NFCT_T_DESTROY(%d)\n", tcp_state, input->type); in AddORDeleteNatEntry()838 tcp_state, input->type); in AddORDeleteNatEntry()