Searched refs:udp_hdl (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_ConntrackClient.cpp | 60 udp_hdl = NULL; in IPACM_ConntrackClient() 533 pClient->udp_hdl = nfct_open2(CONNTRACK, in UDPRegisterWithConnTrack() 537 pClient->udp_hdl = nfct_open(CONNTRACK, in UDPRegisterWithConnTrack() 540 if(pClient->udp_hdl == NULL) in UDPRegisterWithConnTrack() 555 ret = nfct_filter_attach(nfct_fd(pClient->udp_hdl), pClient->udp_filter); in UDPRegisterWithConnTrack() 563 IPACMDBG_H("udp handle:%p, fd:%d\n", pClient->udp_hdl, nfct_fd(pClient->udp_hdl)); in UDPRegisterWithConnTrack() 564 nfct_callback_register(pClient->udp_hdl, in UDPRegisterWithConnTrack() 571 ret = nfct_catch(pClient->udp_hdl); in UDPRegisterWithConnTrack() 590 nfct_callback_unregister(pClient->udp_hdl); in UDPRegisterWithConnTrack() 593 nfct_close2(pClient->udp_hdl, true); in UDPRegisterWithConnTrack() [all …]
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_ConntrackClient.cpp | 60 udp_hdl = NULL; in IPACM_ConntrackClient() 532 pClient->udp_hdl = nfct_open2(CONNTRACK, in UDPRegisterWithConnTrack() 536 pClient->udp_hdl = nfct_open(CONNTRACK, in UDPRegisterWithConnTrack() 539 if(pClient->udp_hdl == NULL) in UDPRegisterWithConnTrack() 554 ret = nfct_filter_attach(nfct_fd(pClient->udp_hdl), pClient->udp_filter); in UDPRegisterWithConnTrack() 562 IPACMDBG_H("udp handle:%pK, fd:%d\n", pClient->udp_hdl, nfct_fd(pClient->udp_hdl)); in UDPRegisterWithConnTrack() 563 nfct_callback_register(pClient->udp_hdl, in UDPRegisterWithConnTrack() 570 ret = nfct_catch(pClient->udp_hdl); in UDPRegisterWithConnTrack() 589 nfct_callback_unregister(pClient->udp_hdl); in UDPRegisterWithConnTrack() 592 nfct_close2(pClient->udp_hdl, true); in UDPRegisterWithConnTrack() [all …]
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_ConntrackClient.cpp | 60 udp_hdl = NULL; in IPACM_ConntrackClient() 538 pClient->udp_hdl = nfct_open2(CONNTRACK, in UDPRegisterWithConnTrack() 542 pClient->udp_hdl = nfct_open(CONNTRACK, in UDPRegisterWithConnTrack() 545 if(pClient->udp_hdl == NULL) in UDPRegisterWithConnTrack() 560 ret = nfct_filter_attach(nfct_fd(pClient->udp_hdl), pClient->udp_filter); in UDPRegisterWithConnTrack() 568 IPACMDBG_H("udp handle:%pK, fd:%d\n", pClient->udp_hdl, nfct_fd(pClient->udp_hdl)); in UDPRegisterWithConnTrack() 569 nfct_callback_register(pClient->udp_hdl, in UDPRegisterWithConnTrack() 576 ret = nfct_catch(pClient->udp_hdl); in UDPRegisterWithConnTrack() 596 nfct_callback_unregister(pClient->udp_hdl); in UDPRegisterWithConnTrack() 599 nfct_close2(pClient->udp_hdl, true); in UDPRegisterWithConnTrack() [all …]
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_ConntrackClient.h | 69 struct nfct_handle *udp_hdl; variable
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_ConntrackClient.h | 69 struct nfct_handle *udp_hdl; variable
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_ConntrackClient.h | 69 struct nfct_handle *udp_hdl; variable
|