Home
last modified time | relevance | path

Searched refs:RTA_SPORT (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Drtnetlink.h343 RTA_SPORT, enumerator
/Linux-v4.19/net/ipv4/
Dfib_frontend.c653 [RTA_SPORT] = { .type = NLA_U16 },
Droute.c2819 if (tb[RTA_SPORT]) in inet_rtm_getroute()
2820 sport = nla_get_be16(tb[RTA_SPORT]); in inet_rtm_getroute()
/Linux-v4.19/net/ipv6/
Droute.c4159 [RTA_SPORT] = { .type = NLA_U16 },
4896 if (tb[RTA_SPORT]) in inet6_rtm_getroute()
4897 fl6.fl6_sport = nla_get_be16(tb[RTA_SPORT]); in inet6_rtm_getroute()