Home
last modified time | relevance | path

Searched refs:RTM_NEWACTION (Results 1 – 5 of 5) sorted by relevance

/external/libnl/include/linux/
Drtnetlink.h77 RTM_NEWACTION = 48, enumerator
78 #define RTM_NEWACTION RTM_NEWACTION macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h85 RTM_NEWACTION = 48, enumerator
86 #define RTM_NEWACTION RTM_NEWACTION macro
/external/iproute2/include/linux/
Drtnetlink.h85 RTM_NEWACTION = 48, enumerator
86 #define RTM_NEWACTION RTM_NEWACTION macro
/external/iproute2/tc/
Dtc_monitor.c59 if (n->nlmsg_type == RTM_GETACTION || n->nlmsg_type == RTM_NEWACTION || in accept_tcmsg()
Dm_action.c385 if (n->nlmsg_type == RTM_NEWACTION) in print_action()
623 ret = tc_action_modify(RTM_NEWACTION, NLM_F_EXCL|NLM_F_CREATE, &argc, &argv); in do_action()
626 ret = tc_action_modify(RTM_NEWACTION, NLM_F_CREATE|NLM_F_REPLACE, &argc, &argv); in do_action()