Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Drtnetlink.h381 RTA_DPORT, enumerator
/linux/net/ipv4/
A Dfib_frontend.c655 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
673 [RTA_DPORT] = { .type = NLA_U16 },
A Droute.c3244 case RTA_DPORT: in inet_rtm_valid_getroute_req()
3301 if (tb[RTA_DPORT]) in inet_rtm_getroute()
3302 dport = nla_get_be16(tb[RTA_DPORT]); in inet_rtm_getroute()
/linux/net/ipv6/
A Droute.c4988 [RTA_UNSPEC] = { .strict_start_type = RTA_DPORT + 1 },
5005 [RTA_DPORT] = { .type = NLA_U16 },
6012 case RTA_DPORT: in inet6_rtm_valid_getroute_req()
6079 if (tb[RTA_DPORT]) in inet6_rtm_getroute()
6080 fl6.fl6_dport = nla_get_be16(tb[RTA_DPORT]); in inet6_rtm_getroute()

Completed in 25 milliseconds