Searched refs:RTA_DPORT (Results 1 – 4 of 4) sorted by relevance
390 RTA_DPORT, enumerator
658 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },676 [RTA_DPORT] = { .type = NLA_U16 },
3276 case RTA_DPORT: in inet_rtm_valid_getroute_req()3333 if (tb[RTA_DPORT]) in inet_rtm_getroute()3334 dport = nla_get_be16(tb[RTA_DPORT]); in inet_rtm_getroute()
4975 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },4992 [RTA_DPORT] = { .type = NLA_U16 },6005 case RTA_DPORT: in inet6_rtm_valid_getroute_req()6072 if (tb[RTA_DPORT]) in inet6_rtm_getroute()6073 fl6.fl6_dport = nla_get_be16(tb[RTA_DPORT]); in inet6_rtm_getroute()