Lines Matching refs:MAX_MSG
185 addattr_l(n, MAX_MSG, tca_id, NULL, 0); in parse_action()
228 addattr_l(n, MAX_MSG, ++prio, NULL, 0); in parse_action()
229 addattr_l(n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1); in parse_action()
409 char buf[MAX_MSG]; in tc_action_gd()
427 addattr_l(&req.n, MAX_MSG, TCA_ACT_TAB, NULL, 0); in tc_action_gd()
475 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0); in tc_action_gd()
476 addattr_l(&req.n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1); in tc_action_gd()
477 addattr32(&req.n, MAX_MSG, TCA_ACT_INDEX, i); in tc_action_gd()
488 if (rtnl_talk(&rth, &req.n, ans, MAX_MSG) < 0) { in tc_action_gd()
514 char buf[MAX_MSG]; in tc_action_modify()
553 char buf[MAX_MSG]; in tc_act_list_or_flush()
563 addattr_l(&req.n, MAX_MSG, TCA_ACT_TAB, NULL, 0); in tc_act_list_or_flush()
583 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0); in tc_act_list_or_flush()
584 addattr_l(&req.n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1); in tc_act_list_or_flush()