Lines Matching refs:MAX_MSG
185 addattr_l(n, MAX_MSG, tca_id, NULL, 0); in parse_action()
224 addattr_l(n, MAX_MSG, ++prio, NULL, 0); in parse_action()
225 addattr_l(n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1); in parse_action()
388 char buf[MAX_MSG]; in tc_action_gd()
406 addattr_l(&req.n, MAX_MSG, TCA_ACT_TAB, NULL, 0); in tc_action_gd()
454 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0); in tc_action_gd()
455 addattr_l(&req.n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1); in tc_action_gd()
456 addattr32(&req.n, MAX_MSG, TCA_ACT_INDEX, i); in tc_action_gd()
493 char buf[MAX_MSG]; in tc_action_modify()
532 char buf[MAX_MSG]; in tc_act_list_or_flush()
542 addattr_l(&req.n, MAX_MSG, TCA_ACT_TAB, NULL, 0); in tc_act_list_or_flush()
562 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0); in tc_act_list_or_flush()
563 addattr_l(&req.n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1); in tc_act_list_or_flush()