Searched refs:nfgenmsg (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/netd/server/ |
H A D | NFLogListenerTest.cpp | 86 nfgenmsg nfmsg; in sendEmptyMsg() 104 const auto dispatchFn = [](const nlmsghdr&, const nfgenmsg&, const Slice) {}; in TEST_F() argument 110 const auto dispatchFn = [](const nlmsghdr&, const nfgenmsg&, const Slice) {}; in TEST_F() argument 118 const auto dispatchFn = [&invocations, kType](const nlmsghdr&, const nfgenmsg& nfmsg, in TEST_F() 131 const auto dispatchFn = [](const nlmsghdr&, const nfgenmsg&, const Slice) { in TEST_F() argument
|
H A D | NFLogListener.cpp | 52 const nfgenmsg& nfmsg, const Slice msg) { in __anon24028c4c0202() 64 nfgenmsg nfhdr; in cfgCmdPfUnbind() 85 nfgenmsg nfhdr; in cfgMode() 106 nfgenmsg nfhdr; in cfgCmdBind() 126 nfgenmsg nfhdr; in cfgCmdUnbind() 148 nfgenmsg nfmsg = {}; in NFLogListener() 159 nfgenmsg nfmsg = {}; in NFLogListener()
|
H A D | WakeupControllerTest.cpp | 102 nfgenmsg nfmsg; in TEST_F() 152 nfgenmsg nfmsg; in TEST_F() 221 nfgenmsg nfmsg; in TEST_F() 268 nfgenmsg nfmsg; in TEST_F()
|
H A D | NFLogListener.h | 31 std::function<void(const nlmsghdr& nlmsg, const nfgenmsg& nfmsg,
|
H A D | WakeupController.cpp | 122 const auto msgHandler = [this](const nlmsghdr&, const nfgenmsg&, const Slice msg) { in init() argument
|
/aosp12/bionic/libc/kernel/uapi/linux/netfilter/ |
H A D | nfnetlink_compat.h | 48 #define NFM_NFA(n) ((struct nfattr *) (((char *) (n)) + NLMSG_ALIGN(sizeof(struct nfgenmsg)))) 49 #define NFM_PAYLOAD(n) NLMSG_PAYLOAD(n, sizeof(struct nfgenmsg))
|
H A D | nfnetlink.h | 47 struct nfgenmsg { struct
|
/aosp12/system/netd/libnetdutils/include/netdutils/ |
H A D | Netfilter.h | 26 std::ostream& operator<<(std::ostream& os, const nfgenmsg& msg);
|
/aosp12/system/netd/libnetdutils/ |
H A D | Netfilter.cpp | 25 std::ostream& operator<<(std::ostream& os, const nfgenmsg& msg) { in operator <<()
|