Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Drtnetlink.h368 RTA_DPORT, enumerator
/Linux-v5.10/net/ipv4/
Dfib_frontend.c653 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
671 [RTA_DPORT] = { .type = NLA_U16 },
Droute.c3159 case RTA_DPORT: in inet_rtm_valid_getroute_req()
3216 if (tb[RTA_DPORT]) in inet_rtm_getroute()
3217 dport = nla_get_be16(tb[RTA_DPORT]); in inet_rtm_getroute()
/Linux-v5.10/net/ipv6/
Droute.c4861 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
4878 [RTA_DPORT] = { .type = NLA_U16 },
5848 case RTA_DPORT: in inet6_rtm_valid_getroute_req()
5915 if (tb[RTA_DPORT]) in inet6_rtm_getroute()
5916 fl6.fl6_dport = nla_get_be16(tb[RTA_DPORT]); in inet6_rtm_getroute()