Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dflow_dissector.h410 __be32 flow_get_u32_dst(const struct flow_keys *flow);
/Linux-v6.6/drivers/net/ethernet/cisco/enic/
Denic_ethtool.c435 fsp->h_u.tcp_ip4_spec.ip4dst = flow_get_u32_dst(&n->keys); in enic_grxclsrule()
/Linux-v6.6/net/sched/
Dcls_flow.c79 __be32 dst = flow_get_u32_dst(flow); in flow_get_dst()
/Linux-v6.6/net/core/
Dflow_dissector.c1716 __be32 flow_get_u32_dst(const struct flow_keys *flow) in flow_get_u32_dst() function
1728 EXPORT_SYMBOL(flow_get_u32_dst);
/Linux-v6.6/drivers/net/bonding/
Dbond_main.c4151 hash ^= (__force u32)flow_get_u32_dst(flow) ^ in bond_ip_hash()