Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Drtnetlink.h343 RTA_SPORT, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Drtnetlink.h343 RTA_SPORT, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drtnetlink.h367 RTA_SPORT, enumerator
/OK3568_Linux_fs/kernel/net/ipv4/
H A Droute.c3175 case RTA_SPORT: in inet_rtm_valid_getroute_req()
3230 if (tb[RTA_SPORT]) in inet_rtm_getroute()
3231 sport = nla_get_be16(tb[RTA_SPORT]); in inet_rtm_getroute()
H A Dfib_frontend.c672 [RTA_SPORT] = { .type = NLA_U16 },
/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c4858 [RTA_SPORT] = { .type = NLA_U16 },
5859 case RTA_SPORT: in inet6_rtm_valid_getroute_req()
5924 if (tb[RTA_SPORT]) in inet6_rtm_getroute()
5925 fl6.fl6_sport = nla_get_be16(tb[RTA_SPORT]); in inet6_rtm_getroute()