Searched refs:tcp_state (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_ConntrackListener.cpp | 552 uint8_t l4proto, tcp_flags, tcp_state; in ParseCTV6Message() local 579 tcp_state = nfct_get_attr_u8(ct, ATTR_TCP_STATE); in ParseCTV6Message() 580 IPACMDBG("ATTR_TCP_STATE: 0x%x\n", tcp_state); in ParseCTV6Message() 798 u_int8_t tcp_state; in AddORDeleteNatEntry() local 823 if (TCP_CONNTRACK_ESTABLISHED == tcp_state) in AddORDeleteNatEntry() 840 else if (TCP_CONNTRACK_FIN_WAIT == tcp_state || in AddORDeleteNatEntry() 852 tcp_state, input->type); in AddORDeleteNatEntry() 1416 u_int8_t tcp_state; in CacheORDeleteConntrack() local 1445 tcp_state = nfct_get_attr_u8(ct, ATTR_TCP_STATE); in CacheORDeleteConntrack() 1449 "or type NFCT_T_DESTROY\n", tcp_state); in CacheORDeleteConntrack() [all …]
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
H A D | IPACM_ConntrackListener.cpp | 542 uint8_t l4proto, tcp_flags, tcp_state; in ParseCTV6Message() local 569 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() local 808 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()
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_ConntrackListener.cpp | 533 uint8_t l4proto, tcp_flags, tcp_state; in ParseCTV6Message() local 560 tcp_state = nfct_get_attr_u8(ct, ATTR_TCP_STATE); in ParseCTV6Message() 561 IPACMDBG("ATTR_TCP_STATE: 0x%x\n", tcp_state); in ParseCTV6Message() 775 u_int8_t tcp_state; in AddORDeleteNatEntry() local 799 tcp_state = nfct_get_attr_u8(input->ct, ATTR_TCP_STATE); in AddORDeleteNatEntry() 800 if (TCP_CONNTRACK_ESTABLISHED == tcp_state) in AddORDeleteNatEntry() 802 IPACMDBG("TCP state TCP_CONNTRACK_ESTABLISHED(%d)\n", tcp_state); in AddORDeleteNatEntry() 817 else if (TCP_CONNTRACK_FIN_WAIT == tcp_state || in AddORDeleteNatEntry() 821 "or type NFCT_T_DESTROY(%d)\n", tcp_state, input->type); in AddORDeleteNatEntry() 829 tcp_state, input->type); in AddORDeleteNatEntry()
|