Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Drtnetlink.h390 RTA_DPORT, enumerator
/linux-6.12.1/net/ipv4/
Dfib_frontend.c661 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
679 [RTA_DPORT] = { .type = NLA_U16 },
Droute.c3198 case RTA_DPORT: in inet_rtm_valid_getroute_req()
3255 if (tb[RTA_DPORT]) in inet_rtm_getroute()
3256 dport = nla_get_be16(tb[RTA_DPORT]); in inet_rtm_getroute()
/linux-6.12.1/net/ipv6/
Droute.c4989 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
5006 [RTA_DPORT] = { .type = NLA_U16 },
6013 case RTA_DPORT: in inet6_rtm_valid_getroute_req()
6080 if (tb[RTA_DPORT]) in inet6_rtm_getroute()
6081 fl6.fl6_dport = nla_get_be16(tb[RTA_DPORT]); in inet6_rtm_getroute()