FRA_GOTO
nla_put_u32(skb, FRA_GOTO, rule->target)) ||
if (tb[FRA_GOTO]) {
nlrule->target = nla_get_u32(tb[FRA_GOTO]);
if (tb[FRA_GOTO] && nlrule->target <= nlrule->pref) {
[FRA_GOTO] = { .type = NLA_U32 },