Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Drtnetlink.h380 RTA_SPORT, enumerator
/linux/net/ipv4/
A Droute.c3243 case RTA_SPORT: in inet_rtm_valid_getroute_req()
3298 if (tb[RTA_SPORT]) in inet_rtm_getroute()
3299 sport = nla_get_be16(tb[RTA_SPORT]); in inet_rtm_getroute()
A Dfib_frontend.c672 [RTA_SPORT] = { .type = NLA_U16 },
/linux/net/ipv6/
A Droute.c5004 [RTA_SPORT] = { .type = NLA_U16 },
6011 case RTA_SPORT: in inet6_rtm_valid_getroute_req()
6076 if (tb[RTA_SPORT]) in inet6_rtm_getroute()
6077 fl6.fl6_sport = nla_get_be16(tb[RTA_SPORT]); in inet6_rtm_getroute()

Completed in 31 milliseconds