Searched refs:RTA_FLOW (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/net/ipv4/ |
D | fib_semantics.c | 422 nla = nla_find(attrs, attrlen, RTA_FLOW); in fib_get_nhs() 476 nla = nla_find(attrs, attrlen, RTA_FLOW); in fib_nh_match() 960 NLA_PUT_U32(skb, RTA_FLOW, fi->fib_nh[0].nh_tclassid); in fib_dump_info() 985 NLA_PUT_U32(skb, RTA_FLOW, nh->nh_tclassid); in fib_dump_info()
|
D | fib_frontend.c | 483 [RTA_FLOW] = { .type = NLA_U32 }, 543 case RTA_FLOW: in rtm_to_fib_config()
|
D | route.c | 2993 NLA_PUT_U32(skb, RTA_FLOW, rt->dst.tclassid); in rt_fill_info()
|
/linux-3.4.99/include/linux/ |
D | rtnetlink.h | 280 RTA_FLOW, enumerator
|