Searched refs:NLM_F_APPEND (Results 1 – 12 of 12) sorted by relevance
20 #if defined(NLM_F_APPEND) || (defined(HAVE_DECL_NLM_F_APPEND) && HAVE_DECL_NLM_F_APPEND)21 XLAT(NLM_F_APPEND),
4 NLM_F_APPEND
139 #define NLM_F_APPEND 0x800
64 #define NLM_F_APPEND 0x800 /* Add to end of list */ macro
69 #define NLM_F_APPEND 0x800 /* Add to end of list */ macro
384 return fdb_modify(RTM_NEWNEIGH, NLM_F_CREATE|NLM_F_APPEND, argc-1, argv+1); in do_fdb()
93 NLM_F_APPEND = 0x800 variable
1839 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_APPEND, in do_iproute()
2365 NLM_F_CREATE | NLM_F_APPEND, in nft_action()
2033 return route_update(++argv , NLM_F_CREATE|NLM_F_APPEND); in iproute()
539 #define NLM_F_APPEND 0x800545 - `NLM_F_APPEND` - Add object at end of list.