Lines Matching refs:l3
1005 enum virtchnl_proto_hdr_type l3 = VIRTCHNL_PROTO_HDR_NONE; in ice_vc_fdir_parse_pattern() local
1040 l3 = VIRTCHNL_PROTO_HDR_IPV4; in ice_vc_fdir_parse_pattern()
1052 l3 = VIRTCHNL_PROTO_HDR_IPV6; in ice_vc_fdir_parse_pattern()
1069 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1071 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern()
1075 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) { in ice_vc_fdir_parse_pattern()
1078 } else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) { in ice_vc_fdir_parse_pattern()
1086 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1088 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern()
1092 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) { in ice_vc_fdir_parse_pattern()
1095 } else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) { in ice_vc_fdir_parse_pattern()
1103 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1106 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern()
1111 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) { in ice_vc_fdir_parse_pattern()
1114 } else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) { in ice_vc_fdir_parse_pattern()
1121 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1123 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern()
1131 if (l3 == VIRTCHNL_PROTO_HDR_IPV4 && in ice_vc_fdir_parse_pattern()
1134 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6 && in ice_vc_fdir_parse_pattern()
1137 else if (l3 == VIRTCHNL_PROTO_HDR_IPV4 && in ice_vc_fdir_parse_pattern()
1140 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6 && in ice_vc_fdir_parse_pattern()
1150 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1152 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern()
1158 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1160 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern()
1164 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1166 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern()
1173 if (l3 == VIRTCHNL_PROTO_HDR_IPV4 && s_field == 0) in ice_vc_fdir_parse_pattern()
1175 else if (l3 == VIRTCHNL_PROTO_HDR_IPV4 && s_field == 1) in ice_vc_fdir_parse_pattern()
1177 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6 && s_field == 0) in ice_vc_fdir_parse_pattern()
1179 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6 && s_field == 1) in ice_vc_fdir_parse_pattern()
1183 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1185 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern()