Home
last modified time | relevance | path

Searched refs:flow_get_u32_dst (Results 1 – 2 of 2) sorted by relevance

/net/core/
Dflow_dissector.c1499 __be32 flow_get_u32_dst(const struct flow_keys *flow) in flow_get_u32_dst() function
1511 EXPORT_SYMBOL(flow_get_u32_dst);
/net/sched/
Dcls_flow.c78 __be32 dst = flow_get_u32_dst(flow); in flow_get_dst()