Searched refs:FLOW_DISSECTOR_KEY_IP (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
D | flow_dissector.h | 278 FLOW_DISSECTOR_KEY_IP, /* struct flow_dissector_key_ip */ enumerator
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_flower.c | 251 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in cxgb4_process_flow_match() 323 BIT(FLOW_DISSECTOR_KEY_IP))) { in cxgb4_validate_flow_match() 337 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in cxgb4_validate_flow_match()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_flower.c | 373 if (!flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) in mlxsw_sp_flower_parse_ip() 420 BIT(FLOW_DISSECTOR_KEY_IP) | in mlxsw_sp_flower_parse()
|
/kernel/linux/linux-5.10/net/core/ |
D | flow_dissector.c | 745 if (!dissector_uses_key(flow_dissector, FLOW_DISSECTOR_KEY_IP)) in __skb_flow_dissect_ipv4() 749 FLOW_DISSECTOR_KEY_IP, in __skb_flow_dissect_ipv4() 762 if (!dissector_uses_key(flow_dissector, FLOW_DISSECTOR_KEY_IP)) in __skb_flow_dissect_ipv6() 766 FLOW_DISSECTOR_KEY_IP, in __skb_flow_dissect_ipv6()
|
D | flow_offload.c | 96 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_IP, out); in flow_rule_match_ip()
|
/kernel/linux/linux-5.10/net/ethtool/ |
D | ioctl.c | 3073 BIT(FLOW_DISSECTOR_KEY_IP); in ethtool_rx_flow_rule_create() 3074 match->dissector.offset[FLOW_DISSECTOR_KEY_IP] = in ethtool_rx_flow_rule_create() 3125 BIT(FLOW_DISSECTOR_KEY_IP); in ethtool_rx_flow_rule_create() 3126 match->dissector.offset[FLOW_DISSECTOR_KEY_IP] = in ethtool_rx_flow_rule_create()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
D | match.c | 174 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in nfp_flower_compile_ip_ext()
|
D | offload.c | 43 BIT(FLOW_DISSECTOR_KEY_IP))
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 2316 BIT(FLOW_DISSECTOR_KEY_IP) | in __parse_cls_flower() 2572 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in __parse_cls_flower()
|
/kernel/linux/linux-5.10/net/sched/ |
D | cls_flower.c | 1774 FLOW_DISSECTOR_KEY_IP, ip); in fl_init_dissector()
|