Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dflow_dissector.h327 __be32 flow_get_u32_dst(const struct flow_keys *flow);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cisco/enic/
H A Denic_ethtool.c442 fsp->h_u.tcp_ip4_spec.ip4dst = flow_get_u32_dst(&n->keys); in enic_grxclsrule()
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c1474 __be32 flow_get_u32_dst(const struct flow_keys *flow) in flow_get_u32_dst() function
1486 EXPORT_SYMBOL(flow_get_u32_dst);
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_flow.c78 __be32 dst = flow_get_u32_dst(flow); in flow_get_dst()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c3699 hash ^= (__force u32)flow_get_u32_dst(&flow) ^ in bond_xmit_hash()