Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Drtnetlink.h390 RTA_DPORT, enumerator
/Linux-v6.6/net/ipv4/
Dfib_frontend.c661 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
679 [RTA_DPORT] = { .type = NLA_U16 },
Droute.c3266 case RTA_DPORT: in inet_rtm_valid_getroute_req()
3323 if (tb[RTA_DPORT]) in inet_rtm_getroute()
3324 dport = nla_get_be16(tb[RTA_DPORT]); in inet_rtm_getroute()
/Linux-v6.6/net/ipv6/
Droute.c4973 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
4990 [RTA_DPORT] = { .type = NLA_U16 },
6004 case RTA_DPORT: in inet6_rtm_valid_getroute_req()
6071 if (tb[RTA_DPORT]) in inet6_rtm_getroute()
6072 fl6.fl6_dport = nla_get_be16(tb[RTA_DPORT]); in inet6_rtm_getroute()