Lines Matching refs:NLMSG_TAIL
183 tail = tail2 = NLMSG_TAIL(n); in parse_action()
227 tail = NLMSG_TAIL(n); in parse_action()
237 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail; in parse_action()
248 tail2->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail2; in parse_action()
426 tail = NLMSG_TAIL(&req.n); in tc_action_gd()
474 tail2 = NLMSG_TAIL(&req.n); in tc_action_gd()
478 tail2->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail2; in tc_action_gd()
482 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail; in tc_action_gd()
524 tail = NLMSG_TAIL(&req.n); in tc_action_modify()
531 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail; in tc_action_modify()
562 tail = NLMSG_TAIL(&req.n); in tc_act_list_or_flush()
564 tail2 = NLMSG_TAIL(&req.n); in tc_act_list_or_flush()
585 tail2->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail2; in tc_act_list_or_flush()
586 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail; in tc_act_list_or_flush()