NFTA_FIB_RESULT
if (!tb[NFTA_FIB_RESULT])
result = ntohl(nla_get_be32(tb[NFTA_FIB_RESULT]));
if (!tb[NFTA_FIB_RESULT])
result = ntohl(nla_get_be32(tb[NFTA_FIB_RESULT]));
if (nla_put_be32(skb, NFTA_FIB_RESULT, htonl(priv->result)))
[NFTA_FIB_RESULT] = { .type = NLA_U32 },
if (!tb[NFTA_FIB_DREG] || !tb[NFTA_FIB_RESULT] || !tb[NFTA_FIB_FLAGS])
priv->result = ntohl(nla_get_be32(tb[NFTA_FIB_RESULT]));