Searched refs:NLM_F_APPEND (Results 1 – 10 of 10) sorted by relevance
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.