Searched refs:RTA_DPORT (Results 1 – 6 of 6) sorted by relevance
344 RTA_DPORT, enumerator
368 RTA_DPORT, enumerator
655 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },673 [RTA_DPORT] = { .type = NLA_U16 },
3176 case RTA_DPORT: in inet_rtm_valid_getroute_req()3233 if (tb[RTA_DPORT]) in inet_rtm_getroute()3234 dport = nla_get_be16(tb[RTA_DPORT]); in inet_rtm_getroute()
4842 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },4859 [RTA_DPORT] = { .type = NLA_U16 },5860 case RTA_DPORT: in inet6_rtm_valid_getroute_req()5927 if (tb[RTA_DPORT]) in inet6_rtm_getroute()5928 fl6.fl6_dport = nla_get_be16(tb[RTA_DPORT]); in inet6_rtm_getroute()