RTA_DPORT
[RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
[RTA_DPORT] = { .type = NLA_U16 },
case RTA_DPORT:
if (tb[RTA_DPORT])
dport = nla_get_be16(tb[RTA_DPORT]);
[RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
[RTA_DPORT] = { .type = NLA_U16 },
case RTA_DPORT:
if (tb[RTA_DPORT])
fl6.fl6_dport = nla_get_be16(tb[RTA_DPORT]);