Searched refs:tcp_hdl (Results 1 – 6 of 6) sorted by relevance
59 tcp_hdl = NULL; in IPACM_ConntrackClient()449 if(pClient->tcp_hdl == NULL) in TCPRegisterWithConnTrack()472 IPACMDBG_H("tcp handle:%p, fd:%d\n", pClient->tcp_hdl, nfct_fd(pClient->tcp_hdl)); in TCPRegisterWithConnTrack()486 ret = nfct_catch(pClient->tcp_hdl); in TCPRegisterWithConnTrack()505 nfct_close(pClient->tcp_hdl); in TCPRegisterWithConnTrack()507 pClient->tcp_hdl = NULL; in TCPRegisterWithConnTrack()624 if (pClient->tcp_hdl) { in UNRegisterWithConnTrack()627 nfct_close(pClient->tcp_hdl); in UNRegisterWithConnTrack()628 pClient->tcp_hdl = NULL; in UNRegisterWithConnTrack()728 if(pClient->tcp_hdl != NULL) in UpdateTCPFilters()[all …]
59 tcp_hdl = NULL; in IPACM_ConntrackClient()448 if(pClient->tcp_hdl == NULL) in TCPRegisterWithConnTrack()471 IPACMDBG_H("tcp handle:%pK, fd:%d\n", pClient->tcp_hdl, nfct_fd(pClient->tcp_hdl)); in TCPRegisterWithConnTrack()485 ret = nfct_catch(pClient->tcp_hdl); in TCPRegisterWithConnTrack()504 nfct_close(pClient->tcp_hdl); in TCPRegisterWithConnTrack()506 pClient->tcp_hdl = NULL; in TCPRegisterWithConnTrack()623 if (pClient->tcp_hdl) { in UNRegisterWithConnTrack()626 nfct_close(pClient->tcp_hdl); in UNRegisterWithConnTrack()627 pClient->tcp_hdl = NULL; in UNRegisterWithConnTrack()727 if(pClient->tcp_hdl != NULL) in UpdateTCPFilters()[all …]
59 tcp_hdl = NULL; in IPACM_ConntrackClient()448 if(pClient->tcp_hdl == NULL) in TCPRegisterWithConnTrack()471 IPACMDBG_H("tcp handle:%pK, fd:%d\n", pClient->tcp_hdl, nfct_fd(pClient->tcp_hdl)); in TCPRegisterWithConnTrack()486 ret = nfct_catch(pClient->tcp_hdl); in TCPRegisterWithConnTrack()510 nfct_close(pClient->tcp_hdl); in TCPRegisterWithConnTrack()512 pClient->tcp_hdl = NULL; in TCPRegisterWithConnTrack()630 if (pClient->tcp_hdl) { in UNRegisterWithConnTrack()633 nfct_close(pClient->tcp_hdl); in UNRegisterWithConnTrack()634 pClient->tcp_hdl = NULL; in UNRegisterWithConnTrack()734 if(pClient->tcp_hdl != NULL) in UpdateTCPFilters()[all …]
68 struct nfct_handle *tcp_hdl; variable