Home
last modified time | relevance | path

Searched refs:tcp_spec (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c3904 vf->mask.tcp_spec.dst_mac[i] |= 0xff; in iavf_parse_cls_flower()
3905 ether_addr_copy(vf->data.tcp_spec.dst_mac, in iavf_parse_cls_flower()
3914 vf->mask.tcp_spec.src_mac[i] |= 0xff; in iavf_parse_cls_flower()
3915 ether_addr_copy(vf->data.tcp_spec.src_mac, in iavf_parse_cls_flower()
3933 vf->mask.tcp_spec.vlan_id |= cpu_to_be16(0xffff); in iavf_parse_cls_flower()
3934 vf->data.tcp_spec.vlan_id = cpu_to_be16(match.key->vlan_id); in iavf_parse_cls_flower()
3977 vf->mask.tcp_spec.dst_ip[0] |= cpu_to_be32(0xffffffff); in iavf_parse_cls_flower()
3978 vf->data.tcp_spec.dst_ip[0] = match.key->dst; in iavf_parse_cls_flower()
3981 vf->mask.tcp_spec.src_ip[0] |= cpu_to_be32(0xffffffff); in iavf_parse_cls_flower()
3982 vf->data.tcp_spec.src_ip[0] = match.key->src; in iavf_parse_cls_flower()
[all …]
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c3572 struct virtchnl_l4_spec mask = tc_filter->mask.tcp_spec; in i40e_validate_cloud_filter()
3573 struct virtchnl_l4_spec data = tc_filter->data.tcp_spec; in i40e_validate_cloud_filter()
3765 struct virtchnl_l4_spec mask = vcf->mask.tcp_spec; in i40e_vc_del_cloud_filter()
3766 struct virtchnl_l4_spec tcf = vcf->data.tcp_spec; in i40e_vc_del_cloud_filter()
3897 struct virtchnl_l4_spec mask = vcf->mask.tcp_spec; in i40e_vc_add_cloud_filter()
3898 struct virtchnl_l4_spec tcf = vcf->data.tcp_spec; in i40e_vc_add_cloud_filter()
/linux/include/linux/avf/
H A Dvirtchnl.h1061 struct virtchnl_l4_spec tcp_spec; member