Lines Matching refs:l3

925 	enum virtchnl_proto_hdr_type l3 = VIRTCHNL_PROTO_HDR_NONE;  in ice_vc_fdir_parse_pattern()  local
964 l3 = VIRTCHNL_PROTO_HDR_IPV4; in ice_vc_fdir_parse_pattern()
976 l3 = VIRTCHNL_PROTO_HDR_IPV6; in ice_vc_fdir_parse_pattern()
993 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
995 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern()
999 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) { in ice_vc_fdir_parse_pattern()
1002 } else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) { in ice_vc_fdir_parse_pattern()
1010 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1012 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern()
1016 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) { in ice_vc_fdir_parse_pattern()
1019 } else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) { in ice_vc_fdir_parse_pattern()
1027 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1030 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern()
1035 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) { in ice_vc_fdir_parse_pattern()
1038 } else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) { in ice_vc_fdir_parse_pattern()
1045 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1047 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern()
1055 if (l3 == VIRTCHNL_PROTO_HDR_IPV4 && in ice_vc_fdir_parse_pattern()
1058 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6 && in ice_vc_fdir_parse_pattern()
1061 else if (l3 == VIRTCHNL_PROTO_HDR_IPV4 && in ice_vc_fdir_parse_pattern()
1064 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6 && in ice_vc_fdir_parse_pattern()
1074 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1076 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern()
1082 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1084 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern()
1088 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1090 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern()
1097 if (l3 == VIRTCHNL_PROTO_HDR_IPV4 && s_field == 0) in ice_vc_fdir_parse_pattern()
1099 else if (l3 == VIRTCHNL_PROTO_HDR_IPV4 && s_field == 1) in ice_vc_fdir_parse_pattern()
1101 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6 && s_field == 0) in ice_vc_fdir_parse_pattern()
1103 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6 && s_field == 1) in ice_vc_fdir_parse_pattern()
1107 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1109 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern()