Searched refs:NLM_F_ECHO (Results 1 – 18 of 18) sorted by relevance
11 #if !(defined(NLM_F_ECHO) || (defined(HAVE_DECL_NLM_F_ECHO) && HAVE_DECL_NLM_F_ECHO))12 # define NLM_F_ECHO 0x8 macro32 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()
127 nlh.nlmsg_flags = NLM_F_ECHO | NLM_F_REPLACE; in test_nlmsg_flags()
83 #define NLM_F_ECHO 8
51 #define NLM_F_ECHO 8 /* Echo this request */ macro
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