RTA_DPORT         662 net/ipv4/fib_frontend.c 	[RTA_UNSPEC]		= { .strict_start_type = RTA_DPORT + 1 },
RTA_DPORT         680 net/ipv4/fib_frontend.c 	[RTA_DPORT]		= { .type = NLA_U16 },
RTA_DPORT        3062 net/ipv4/route.c 		case RTA_DPORT:
RTA_DPORT        3119 net/ipv4/route.c 	if (tb[RTA_DPORT])
RTA_DPORT        3120 net/ipv4/route.c 		dport = nla_get_be16(tb[RTA_DPORT]);
RTA_DPORT        4845 net/ipv6/route.c 	[RTA_UNSPEC]		= { .strict_start_type = RTA_DPORT + 1 },
RTA_DPORT        4862 net/ipv6/route.c 	[RTA_DPORT]		= { .type = NLA_U16 },
RTA_DPORT        5784 net/ipv6/route.c 		case RTA_DPORT:
RTA_DPORT        5851 net/ipv6/route.c 	if (tb[RTA_DPORT])
RTA_DPORT        5852 net/ipv6/route.c 		fl6.fl6_dport = nla_get_be16(tb[RTA_DPORT]);