Searched refs:flow_get_u32_dst (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/net/
H A Dflow_dissector.h410 __be32 flow_get_u32_dst(const struct flow_keys *flow);
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_ethtool.c435 fsp->h_u.tcp_ip4_spec.ip4dst = flow_get_u32_dst(&n->keys);
/linux-master/net/core/
H A Dflow_dissector.c1716 __be32 flow_get_u32_dst(const struct flow_keys *flow) function
1728 EXPORT_SYMBOL(flow_get_u32_dst); variable
/linux-master/net/sched/
H A Dcls_flow.c79 __be32 dst = flow_get_u32_dst(flow);
/linux-master/drivers/net/bonding/
H A Dbond_main.c4161 hash ^= (__force u32)flow_get_u32_dst(flow) ^

Completed in 157 milliseconds