Searched refs:RTA_FLOW (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A D | fib_semantics.c | 774 nla = nla_find(attrs, attrlen, RTA_FLOW); in fib_get_nhs() 1021 nla = nla_find(attrs, attrlen, RTA_FLOW); in fib_nh_match() 1675 if (nh_tclassid && nla_put_u32(skb, RTA_FLOW, nh_tclassid)) in fib_add_nexthop() 1794 nla_put_u32(skb, RTA_FLOW, nh->nh_tclassid)) in fib_dump_info()
|
| H A D | fib_frontend.c | 677 [RTA_FLOW] = { .type = NLA_U32 }, 816 case RTA_FLOW: in rtm_to_fib_config()
|
| H A D | route.c | 2975 nla_put_u32(skb, RTA_FLOW, rt->dst.tclassid)) in rt_fill_info()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | rtnetlink.h | 381 RTA_FLOW, enumerator
|