Searched refs:NLM_F_ECHO (Results 1 – 20 of 20) sorted by relevance
27 #if defined(NLM_F_ECHO) || (defined(HAVE_DECL_NLM_F_ECHO) && HAVE_DECL_NLM_F_ECHO)29 static_assert((NLM_F_ECHO) == (0x8), "NLM_F_ECHO != 0x8");32 # define NLM_F_ECHO 0x862 XLAT(NLM_F_ECHO),
4 NLM_F_ECHO 0x8
79 nlh.nlmsg_flags = NLM_F_ECHO | NLM_F_NONREC; in test_nlmsg_flags()87 nlh.nlmsg_flags = NLM_F_ECHO | NLM_F_REPLACE; in test_nlmsg_flags()
73 nlh.nlmsg_flags = NLM_F_ECHO | NLM_F_REPLACE; in test_nlmsg_flags()81 nlh.nlmsg_flags = NLM_F_ECHO | NLM_F_NONREC; in test_nlmsg_flags()
128 nlh.nlmsg_flags = NLM_F_ECHO | NLM_F_REPLACE; in test_nlmsg_flags()
83 #define NLM_F_ECHO 8
57 #define NLM_F_ECHO 0x08 /* Echo this request */ macro
329 .n.nlmsg_flags = NLM_F_REQUEST | NLM_F_ECHO | flags, in tc_filter_get()
83 NLM_F_ECHO = 8 variable
495 #define NLM_F_ECHO 8501 - `NLM_F_ECHO` - Request to echo the request.503 The flag +NLM_F_ECHO+ is similar to the `NLM_F_ACK` flag. It can be
1448 pub const NLM_F_ECHO: ::c_int = 8; constant
2299 pub const NLM_F_ECHO: ::c_int = 8; constant