Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Drtnetlink.h399 RTA_DPORT, enumerator
/linux-6.15/net/ipv4/
H A Dfib_frontend.c667 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
685 [RTA_DPORT] = { .type = NLA_U16 },
H A Droute.c3257 case RTA_DPORT: in inet_rtm_valid_getroute_req()
3316 if (tb[RTA_DPORT]) in inet_rtm_getroute()
3317 dport = nla_get_be16(tb[RTA_DPORT]); in inet_rtm_getroute()
/linux-6.15/net/ipv6/
H A Droute.c5032 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
5049 [RTA_DPORT] = { .type = NLA_U16 },
6087 case RTA_DPORT: in inet6_rtm_valid_getroute_req()
6155 if (tb[RTA_DPORT]) in inet6_rtm_getroute()
6156 fl6.fl6_dport = nla_get_be16(tb[RTA_DPORT]); in inet6_rtm_getroute()