tcp_spec 3128 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c struct virtchnl_l4_spec mask = tc_filter->mask.tcp_spec; tcp_spec 3129 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c struct virtchnl_l4_spec data = tc_filter->data.tcp_spec; tcp_spec 3322 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c struct virtchnl_l4_spec mask = vcf->mask.tcp_spec; tcp_spec 3323 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c struct virtchnl_l4_spec tcf = vcf->data.tcp_spec; tcp_spec 3454 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c struct virtchnl_l4_spec mask = vcf->mask.tcp_spec; tcp_spec 3455 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c struct virtchnl_l4_spec tcf = vcf->data.tcp_spec; tcp_spec 2779 drivers/net/ethernet/intel/iavf/iavf_main.c vf->mask.tcp_spec.dst_mac[i] |= 0xff; tcp_spec 2780 drivers/net/ethernet/intel/iavf/iavf_main.c ether_addr_copy(vf->data.tcp_spec.dst_mac, tcp_spec 2789 drivers/net/ethernet/intel/iavf/iavf_main.c vf->mask.tcp_spec.src_mac[i] |= 0xff; tcp_spec 2790 drivers/net/ethernet/intel/iavf/iavf_main.c ether_addr_copy(vf->data.tcp_spec.src_mac, tcp_spec 2808 drivers/net/ethernet/intel/iavf/iavf_main.c vf->mask.tcp_spec.vlan_id |= cpu_to_be16(0xffff); tcp_spec 2809 drivers/net/ethernet/intel/iavf/iavf_main.c vf->data.tcp_spec.vlan_id = cpu_to_be16(match.key->vlan_id); tcp_spec 2848 drivers/net/ethernet/intel/iavf/iavf_main.c vf->mask.tcp_spec.dst_ip[0] |= cpu_to_be32(0xffffffff); tcp_spec 2849 drivers/net/ethernet/intel/iavf/iavf_main.c vf->data.tcp_spec.dst_ip[0] = match.key->dst; tcp_spec 2852 drivers/net/ethernet/intel/iavf/iavf_main.c vf->mask.tcp_spec.src_ip[0] |= cpu_to_be32(0xffffffff); tcp_spec 2853 drivers/net/ethernet/intel/iavf/iavf_main.c vf->data.tcp_spec.src_ip[0] = match.key->src; tcp_spec 2883 drivers/net/ethernet/intel/iavf/iavf_main.c vf->mask.tcp_spec.dst_ip[i] |= cpu_to_be32(0xffffffff); tcp_spec 2884 drivers/net/ethernet/intel/iavf/iavf_main.c memcpy(&vf->data.tcp_spec.dst_ip, &match.key->dst.s6_addr32, tcp_spec 2885 drivers/net/ethernet/intel/iavf/iavf_main.c sizeof(vf->data.tcp_spec.dst_ip)); tcp_spec 2887 drivers/net/ethernet/intel/iavf/iavf_main.c vf->mask.tcp_spec.src_ip[i] |= cpu_to_be32(0xffffffff); tcp_spec 2888 drivers/net/ethernet/intel/iavf/iavf_main.c memcpy(&vf->data.tcp_spec.src_ip, &match.key->src.s6_addr32, tcp_spec 2889 drivers/net/ethernet/intel/iavf/iavf_main.c sizeof(vf->data.tcp_spec.src_ip)); tcp_spec 2915 drivers/net/ethernet/intel/iavf/iavf_main.c vf->mask.tcp_spec.dst_port |= cpu_to_be16(0xffff); tcp_spec 2916 drivers/net/ethernet/intel/iavf/iavf_main.c vf->data.tcp_spec.dst_port = match.key->dst; tcp_spec 2920 drivers/net/ethernet/intel/iavf/iavf_main.c vf->mask.tcp_spec.src_port |= cpu_to_be16(0xffff); tcp_spec 2921 drivers/net/ethernet/intel/iavf/iavf_main.c vf->data.tcp_spec.src_port = match.key->src; tcp_spec 2941 drivers/net/ethernet/intel/iavf/iavf_main.c if (!filter->f.data.tcp_spec.dst_port) { tcp_spec 2984 drivers/net/ethernet/intel/iavf/iavf_main.c memset(&filter->f.mask.tcp_spec, 0, sizeof(struct virtchnl_l4_spec)); tcp_spec 1039 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c &f->data.tcp_spec.dst_mac, tcp_spec 1040 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c &f->data.tcp_spec.src_mac, tcp_spec 1041 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c ntohs(f->data.tcp_spec.vlan_id), tcp_spec 1042 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c &f->data.tcp_spec.dst_ip[0], tcp_spec 1043 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c &f->data.tcp_spec.src_ip[0], tcp_spec 1044 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c ntohs(f->data.tcp_spec.dst_port), tcp_spec 1045 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c ntohs(f->data.tcp_spec.src_port)); tcp_spec 1049 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c &f->data.tcp_spec.dst_mac, tcp_spec 1050 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c &f->data.tcp_spec.src_mac, tcp_spec 1051 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c ntohs(f->data.tcp_spec.vlan_id), tcp_spec 1052 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c &f->data.tcp_spec.dst_ip, tcp_spec 1053 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c &f->data.tcp_spec.src_ip, tcp_spec 1054 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c ntohs(f->data.tcp_spec.dst_port), tcp_spec 1055 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c ntohs(f->data.tcp_spec.src_port)); tcp_spec 550 include/linux/avf/virtchnl.h struct virtchnl_l4_spec tcp_spec;