Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h390 RTA_DPORT, enumerator
/openbmc/linux/net/ipv4/
H A Dfib_frontend.c661 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
679 [RTA_DPORT] = { .type = NLA_U16 },
H A Droute.c3287 case RTA_DPORT: in inet_rtm_valid_getroute_req()
3344 if (tb[RTA_DPORT]) in inet_rtm_getroute()
3345 dport = nla_get_be16(tb[RTA_DPORT]); in inet_rtm_getroute()
/openbmc/linux/net/ipv6/
H A Droute.c4985 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
5002 [RTA_DPORT] = { .type = NLA_U16 },
6024 case RTA_DPORT: in inet6_rtm_valid_getroute_req()
6091 if (tb[RTA_DPORT]) in inet6_rtm_getroute()
6092 fl6.fl6_dport = nla_get_be16(tb[RTA_DPORT]); in inet6_rtm_getroute()