Lines Matching refs:NLMSG_TAIL
182 tail = tail2 = NLMSG_TAIL(n); in parse_action()
227 tail = NLMSG_TAIL(n); in parse_action()
266 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail; in parse_action()
276 tail2->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail2; in parse_action()
473 tail = NLMSG_TAIL(&req.n); in tc_action_gd()
521 tail2 = NLMSG_TAIL(&req.n); in tc_action_gd()
526 tail2->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail2; in tc_action_gd()
530 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail; in tc_action_gd()
567 struct rtattr *tail = NLMSG_TAIL(&req.n); in tc_action_modify()
575 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail; in tc_action_modify()
607 tail = NLMSG_TAIL(&req.n); in tc_act_list_or_flush()
609 tail2 = NLMSG_TAIL(&req.n); in tc_act_list_or_flush()
639 tail2->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail2; in tc_act_list_or_flush()
640 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail; in tc_act_list_or_flush()
642 tail3 = NLMSG_TAIL(&req.n); in tc_act_list_or_flush()
647 tail3->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail3; in tc_act_list_or_flush()
649 tail4 = NLMSG_TAIL(&req.n); in tc_act_list_or_flush()
651 tail4->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail4; in tc_act_list_or_flush()