RTA_SPORT         679 net/ipv4/fib_frontend.c 	[RTA_SPORT]		= { .type = NLA_U16 },
RTA_SPORT        3061 net/ipv4/route.c 		case RTA_SPORT:
RTA_SPORT        3116 net/ipv4/route.c 	if (tb[RTA_SPORT])
RTA_SPORT        3117 net/ipv4/route.c 		sport = nla_get_be16(tb[RTA_SPORT]);
RTA_SPORT        4861 net/ipv6/route.c 	[RTA_SPORT]		= { .type = NLA_U16 },
RTA_SPORT        5783 net/ipv6/route.c 		case RTA_SPORT:
RTA_SPORT        5848 net/ipv6/route.c 	if (tb[RTA_SPORT])
RTA_SPORT        5849 net/ipv6/route.c 		fl6.fl6_sport = nla_get_be16(tb[RTA_SPORT]);