Searched refs:getLocalPortRange (Results 1 – 2 of 2) sorted by relevance
229 if (sessionFilter.getLocalPortRange() == null) return false; in matchesByLocalAddress()232 sessionFilter.getLocalPortRange().getStart(), in matchesByLocalAddress()233 sessionFilter.getLocalPortRange().getEnd()); in matchesByLocalAddress()251 if (sessionFilter.getLocalPortRange() == null in matchesByRemoteAndLocalAddress()260 sessionFilter.getLocalPortRange().getEnd()); in matchesByRemoteAndLocalAddress()280 && sessionFilter.getLocalPortRange() != null in getMatchingQosBearerFilter()281 && sessionFilter.getLocalPortRange().isValid() in getMatchingQosBearerFilter()294 && sessionFilter.getLocalPortRange() != null in getMatchingQosBearerFilter()295 && sessionFilter.getLocalPortRange().isValid()) { in getMatchingQosBearerFilter()399 && sessionFilter.getLocalPortRange() != null in doesLocalConnectionInfoExist()[all …]
131 public @Nullable PortRange getLocalPortRange() { in getLocalPortRange() method in QosBearerFilter