Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h389 RTA_SPORT, enumerator
/openbmc/linux/net/ipv4/
H A Droute.c3260 case RTA_SPORT: in inet_rtm_valid_getroute_req()
3315 if (tb[RTA_SPORT]) in inet_rtm_getroute()
3316 sport = nla_get_be16(tb[RTA_SPORT]); in inet_rtm_getroute()
H A Dfib_frontend.c678 [RTA_SPORT] = { .type = NLA_U16 },
/openbmc/linux/net/ipv6/
H A Droute.c4996 [RTA_SPORT] = { .type = NLA_U16 },
6003 case RTA_SPORT: in inet6_rtm_valid_getroute_req()
6068 if (tb[RTA_SPORT]) in inet6_rtm_getroute()
6069 fl6.fl6_sport = nla_get_be16(tb[RTA_SPORT]); in inet6_rtm_getroute()