Home
last modified time | relevance | path

Searched refs:TCA_ACT_TAB (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/tc/
Dm_action.c349 if (NULL == tb[TCA_ACT_TAB]) { in print_action()
366 tc_print_action(fp, tb[TCA_ACT_TAB]); in print_action()
406 addattr_l(&req.n, MAX_MSG, TCA_ACT_TAB, NULL, 0); in tc_action_gd()
506 if (parse_action(&argc, &argv, TCA_ACT_TAB, &req.n)) { in tc_action_modify()
542 addattr_l(&req.n, MAX_MSG, TCA_ACT_TAB, NULL, 0); in tc_act_list_or_flush()
/external/iproute2/include/linux/
Drtnetlink.h597 #define TCA_ACT_TAB 1 /* attr type must be >=1 */ macro
/external/kernel-headers/original/linux/
Drtnetlink.h600 #define TCA_ACT_TAB 1 /* attr type must be >=1 */ macro