Searched refs:RTA_DPORT (Results 1 – 4 of 4) sorted by relevance
381 RTA_DPORT, enumerator
655 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },673 [RTA_DPORT] = { .type = NLA_U16 },
3252 case RTA_DPORT: in inet_rtm_valid_getroute_req()3309 if (tb[RTA_DPORT]) in inet_rtm_getroute()3310 dport = nla_get_be16(tb[RTA_DPORT]); in inet_rtm_getroute()
4969 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },4986 [RTA_DPORT] = { .type = NLA_U16 },5965 case RTA_DPORT: in inet6_rtm_valid_getroute_req()6032 if (tb[RTA_DPORT]) in inet6_rtm_getroute()6033 fl6.fl6_dport = nla_get_be16(tb[RTA_DPORT]); in inet6_rtm_getroute()