Searched refs:getLocalPortRange (Results 1 – 2 of 2) sorted by relevance
283 if (sessionFilter.getLocalPortRange() == null) return false; in matchesByLocalAddress()286 sessionFilter.getLocalPortRange().getStart(), in matchesByLocalAddress()287 sessionFilter.getLocalPortRange().getEnd()); in matchesByLocalAddress()305 if (sessionFilter.getLocalPortRange() == null in matchesByRemoteAndLocalAddress()313 sessionFilter.getLocalPortRange().getStart(), in matchesByRemoteAndLocalAddress()314 sessionFilter.getLocalPortRange().getEnd()); in matchesByRemoteAndLocalAddress()334 && sessionFilter.getLocalPortRange() != null in getMatchingQosBearerFilter()335 && sessionFilter.getLocalPortRange().isValid() in getMatchingQosBearerFilter()348 && sessionFilter.getLocalPortRange() != null in getMatchingQosBearerFilter()349 && sessionFilter.getLocalPortRange().isValid()) { in getMatchingQosBearerFilter()[all …]
121 public @Nullable PortRange getLocalPortRange() { in getLocalPortRange() method in QosBearerFilter