Lines Matching refs:NLMSG_TAIL
171 tail = tail2 = NLMSG_TAIL(n); in parse_action()
216 tail = NLMSG_TAIL(n); in parse_action()
255 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail; in parse_action()
265 tail2->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail2; in parse_action()
462 tail = NLMSG_TAIL(&req.n); in tc_action_gd()
510 tail2 = NLMSG_TAIL(&req.n); in tc_action_gd()
515 tail2->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail2; in tc_action_gd()
519 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail; in tc_action_gd()
556 struct rtattr *tail = NLMSG_TAIL(&req.n); in tc_action_modify()
564 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail; in tc_action_modify()
596 tail = NLMSG_TAIL(&req.n); in tc_act_list_or_flush()
598 tail2 = NLMSG_TAIL(&req.n); in tc_act_list_or_flush()
628 tail2->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail2; in tc_act_list_or_flush()
629 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail; in tc_act_list_or_flush()
631 tail3 = NLMSG_TAIL(&req.n); in tc_act_list_or_flush()
636 tail3->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail3; in tc_act_list_or_flush()
638 tail4 = NLMSG_TAIL(&req.n); in tc_act_list_or_flush()
640 tail4->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail4; in tc_act_list_or_flush()