Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Drtnetlink.h398 RTA_SPORT, enumerator
/linux-6.15/net/ipv4/
H A Droute.c3256 case RTA_SPORT: in inet_rtm_valid_getroute_req()
3313 if (tb[RTA_SPORT]) in inet_rtm_getroute()
3314 sport = nla_get_be16(tb[RTA_SPORT]); in inet_rtm_getroute()
H A Dfib_frontend.c684 [RTA_SPORT] = { .type = NLA_U16 },
/linux-6.15/net/ipv6/
H A Droute.c5048 [RTA_SPORT] = { .type = NLA_U16 },
6086 case RTA_SPORT: in inet6_rtm_valid_getroute_req()
6152 if (tb[RTA_SPORT]) in inet6_rtm_getroute()
6153 fl6.fl6_sport = nla_get_be16(tb[RTA_SPORT]); in inet6_rtm_getroute()