Searched refs:tcp_spec (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_virtchnl.c | 1024 &f->data.tcp_spec.dst_mac, in i40evf_print_cloud_filter() 1025 &f->data.tcp_spec.src_mac, in i40evf_print_cloud_filter() 1026 ntohs(f->data.tcp_spec.vlan_id), in i40evf_print_cloud_filter() 1027 &f->data.tcp_spec.dst_ip[0], in i40evf_print_cloud_filter() 1028 &f->data.tcp_spec.src_ip[0], in i40evf_print_cloud_filter() 1029 ntohs(f->data.tcp_spec.dst_port), in i40evf_print_cloud_filter() 1030 ntohs(f->data.tcp_spec.src_port)); in i40evf_print_cloud_filter() 1034 &f->data.tcp_spec.dst_mac, in i40evf_print_cloud_filter() 1035 &f->data.tcp_spec.src_mac, in i40evf_print_cloud_filter() 1036 ntohs(f->data.tcp_spec.vlan_id), in i40evf_print_cloud_filter() [all …]
|
D | i40evf_main.c | 2544 vf->mask.tcp_spec.dst_mac[i] |= 0xff; in i40evf_parse_cls_flower() 2545 ether_addr_copy(vf->data.tcp_spec.dst_mac, in i40evf_parse_cls_flower() 2554 vf->mask.tcp_spec.src_mac[i] |= 0xff; in i40evf_parse_cls_flower() 2555 ether_addr_copy(vf->data.tcp_spec.src_mac, in i40evf_parse_cls_flower() 2579 vf->mask.tcp_spec.vlan_id |= cpu_to_be16(0xffff); in i40evf_parse_cls_flower() 2580 vf->data.tcp_spec.vlan_id = cpu_to_be16(key->vlan_id); in i40evf_parse_cls_flower() 2627 vf->mask.tcp_spec.dst_ip[0] |= cpu_to_be32(0xffffffff); in i40evf_parse_cls_flower() 2628 vf->data.tcp_spec.dst_ip[0] = key->dst; in i40evf_parse_cls_flower() 2631 vf->mask.tcp_spec.src_ip[0] |= cpu_to_be32(0xffffffff); in i40evf_parse_cls_flower() 2632 vf->data.tcp_spec.src_ip[0] = key->src; in i40evf_parse_cls_flower() [all …]
|
/Linux-v4.19/include/linux/avf/ |
D | virtchnl.h | 552 struct virtchnl_l4_spec tcp_spec; member
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl_pf.c | 2990 struct virtchnl_l4_spec mask = tc_filter->mask.tcp_spec; in i40e_validate_cloud_filter() 2991 struct virtchnl_l4_spec data = tc_filter->data.tcp_spec; in i40e_validate_cloud_filter() 3184 struct virtchnl_l4_spec mask = vcf->mask.tcp_spec; in i40e_vc_del_cloud_filter() 3185 struct virtchnl_l4_spec tcf = vcf->data.tcp_spec; in i40e_vc_del_cloud_filter() 3316 struct virtchnl_l4_spec mask = vcf->mask.tcp_spec; in i40e_vc_add_cloud_filter() 3317 struct virtchnl_l4_spec tcf = vcf->data.tcp_spec; in i40e_vc_add_cloud_filter()
|