Lines Matching refs:vcap_key_bit_set

306 static void vcap_key_bit_set(const struct vcap_props *vcap,  in vcap_key_bit_set()  function
372 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_FIRST, in is2_entry_set()
377 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_HOST_MATCH, in is2_entry_set()
379 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_L2_MC, filter->dmac_mc); in is2_entry_set()
380 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_L2_BC, filter->dmac_bc); in is2_entry_set()
381 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_VLAN_TAGGED, tag->tagged); in is2_entry_set()
386 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_DEI, tag->dei); in is2_entry_set()
446 vcap_key_bit_set(vcap, &data, in is2_entry_set()
449 vcap_key_bit_set(vcap, &data, in is2_entry_set()
452 vcap_key_bit_set(vcap, &data, in is2_entry_set()
455 vcap_key_bit_set(vcap, &data, in is2_entry_set()
458 vcap_key_bit_set(vcap, &data, in is2_entry_set()
461 vcap_key_bit_set(vcap, &data, in is2_entry_set()
547 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_IP4, in is2_entry_set()
549 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_L3_FRAGMENT, in is2_entry_set()
552 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_L3_OPTIONS, in is2_entry_set()
554 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_IP4_L3_TTL_GT0, in is2_entry_set()
562 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_DIP_EQ_SIP, in is2_entry_set()
571 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_TCP, tcp); in is2_entry_set()
577 vcap_key_bit_set(vcap, &data, in is2_entry_set()
580 vcap_key_bit_set(vcap, &data, in is2_entry_set()
583 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_L4_FIN, in is2_entry_set()
585 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_L4_SYN, in is2_entry_set()
587 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_L4_RST, in is2_entry_set()
589 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_L4_PSH, in is2_entry_set()
591 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_L4_ACK, in is2_entry_set()
593 vcap_key_bit_set(vcap, &data, VCAP_IS2_HK_L4_URG, in is2_entry_set()
695 vcap_key_bit_set(vcap, &data, VCAP_IS1_HK_L2_MC, filter->dmac_mc); in is1_entry_set()
696 vcap_key_bit_set(vcap, &data, VCAP_IS1_HK_L2_BC, filter->dmac_bc); in is1_entry_set()
697 vcap_key_bit_set(vcap, &data, VCAP_IS1_HK_VLAN_TAGGED, tag->tagged); in is1_entry_set()
698 vcap_key_bit_set(vcap, &data, VCAP_IS1_HK_TPID, tag->tpid); in is1_entry_set()
724 vcap_key_bit_set(vcap, &data, VCAP_IS1_HK_IP_SNAP, in is1_entry_set()
726 vcap_key_bit_set(vcap, &data, VCAP_IS1_HK_IP4, in is1_entry_set()
728 vcap_key_bit_set(vcap, &data, VCAP_IS1_HK_ETYPE_LEN, in is1_entry_set()
738 vcap_key_bit_set(vcap, &data, VCAP_IS1_HK_TCP_UDP, tcp_udp); in is1_entry_set()
746 vcap_key_bit_set(vcap, &data, VCAP_IS1_HK_TCP, tcp); in is1_entry_set()
768 vcap_key_bit_set(vcap, &data, VCAP_IS1_HK_TYPE, in is1_entry_set()
835 vcap_key_bit_set(vcap, &data, VCAP_ES0_L2_MC, filter->dmac_mc); in es0_entry_set()
836 vcap_key_bit_set(vcap, &data, VCAP_ES0_L2_BC, filter->dmac_bc); in es0_entry_set()