Lines Matching refs:NLMSG_TAIL
183 tail = tail2 = NLMSG_TAIL(n); in parse_action()
223 tail = NLMSG_TAIL(n); in parse_action()
233 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail; in parse_action()
244 tail2->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail2; in parse_action()
405 tail = NLMSG_TAIL(&req.n); in tc_action_gd()
453 tail2 = NLMSG_TAIL(&req.n); in tc_action_gd()
457 tail2->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail2; in tc_action_gd()
461 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail; in tc_action_gd()
503 tail = NLMSG_TAIL(&req.n); in tc_action_modify()
510 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail; in tc_action_modify()
541 tail = NLMSG_TAIL(&req.n); in tc_act_list_or_flush()
543 tail2 = NLMSG_TAIL(&req.n); in tc_act_list_or_flush()
564 tail2->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail2; in tc_act_list_or_flush()
565 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail; in tc_act_list_or_flush()