Searched refs:FLOW_DISSECTOR_KEY_PORTS (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_flower.c | 178 if (!dissector_uses_key(f->dissector, FLOW_DISSECTOR_KEY_PORTS)) in mlxsw_sp_flower_parse_ports() 188 FLOW_DISSECTOR_KEY_PORTS, in mlxsw_sp_flower_parse_ports() 191 FLOW_DISSECTOR_KEY_PORTS, in mlxsw_sp_flower_parse_ports() 278 BIT(FLOW_DISSECTOR_KEY_PORTS) | in mlxsw_sp_flower_parse()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_flower.c | 165 if (dissector_uses_key(cls->dissector, FLOW_DISSECTOR_KEY_PORTS)) { in cxgb4_process_flow_match() 169 FLOW_DISSECTOR_KEY_PORTS, in cxgb4_process_flow_match() 172 FLOW_DISSECTOR_KEY_PORTS, in cxgb4_process_flow_match() 266 BIT(FLOW_DISSECTOR_KEY_PORTS) | in cxgb4_validate_flow_match()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/ |
D | match.c | 153 if (dissector_uses_key(flow->dissector, FLOW_DISSECTOR_KEY_PORTS)) { in nfp_flower_compile_tport() 155 FLOW_DISSECTOR_KEY_PORTS, in nfp_flower_compile_tport()
|
D | offload.c | 61 BIT(FLOW_DISSECTOR_KEY_PORTS) | \ 141 FLOW_DISSECTOR_KEY_PORTS) || in nfp_flower_check_higher_than_mac()
|
/Linux-v4.19/include/net/ |
D | flow_dissector.h | 207 FLOW_DISSECTOR_KEY_PORTS, /* struct flow_dissector_key_ports */ enumerator
|
/Linux-v4.19/net/core/ |
D | flow_dissector.c | 1030 FLOW_DISSECTOR_KEY_PORTS)) { in __skb_flow_dissect() 1032 FLOW_DISSECTOR_KEY_PORTS, in __skb_flow_dissect() 1399 .key_id = FLOW_DISSECTOR_KEY_PORTS, 1434 .key_id = FLOW_DISSECTOR_KEY_PORTS,
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/ |
D | qede_filter.c | 2036 if (dissector_uses_key(f->dissector, FLOW_DISSECTOR_KEY_PORTS)) { in qede_tc_parse_ports() 2040 FLOW_DISSECTOR_KEY_PORTS, in qede_tc_parse_ports() 2043 FLOW_DISSECTOR_KEY_PORTS, in qede_tc_parse_ports() 2188 BIT(FLOW_DISSECTOR_KEY_PORTS))) { in qede_parse_flower_attr()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_tc.c | 278 if (dissector_uses_key(dissector, FLOW_DISSECTOR_KEY_PORTS)) { in bnxt_tc_parse_flow() 280 GET_KEY(tc_flow_cmd, FLOW_DISSECTOR_KEY_PORTS); in bnxt_tc_parse_flow() 282 GET_MASK(tc_flow_cmd, FLOW_DISSECTOR_KEY_PORTS); in bnxt_tc_parse_flow()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_main.c | 2460 BIT(FLOW_DISSECTOR_KEY_PORTS) | in i40evf_parse_cls_flower() 2674 if (dissector_uses_key(f->dissector, FLOW_DISSECTOR_KEY_PORTS)) { in i40evf_parse_cls_flower() 2677 FLOW_DISSECTOR_KEY_PORTS, in i40evf_parse_cls_flower() 2681 FLOW_DISSECTOR_KEY_PORTS, in i40evf_parse_cls_flower()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 1271 BIT(FLOW_DISSECTOR_KEY_PORTS) | in __parse_cls_flower() 1565 if (dissector_uses_key(f->dissector, FLOW_DISSECTOR_KEY_PORTS)) { in __parse_cls_flower() 1568 FLOW_DISSECTOR_KEY_PORTS, in __parse_cls_flower() 1572 FLOW_DISSECTOR_KEY_PORTS, in __parse_cls_flower()
|
/Linux-v4.19/net/sched/ |
D | cls_flower.c | 1030 FLOW_DISSECTOR_KEY_PORTS, tp); in fl_init_dissector()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 7109 BIT(FLOW_DISSECTOR_KEY_PORTS) | in i40e_parse_cls_flower() 7289 if (dissector_uses_key(f->dissector, FLOW_DISSECTOR_KEY_PORTS)) { in i40e_parse_cls_flower() 7292 FLOW_DISSECTOR_KEY_PORTS, in i40e_parse_cls_flower() 7296 FLOW_DISSECTOR_KEY_PORTS, in i40e_parse_cls_flower()
|