Searched refs:NIX_BPF_BURST_MAX (Results 1 – 3 of 3) sorted by relevance
116 if (profile->srtcm_rfc2697.cbs > NIX_BPF_BURST_MAX) in nix_mtr_profile_validate()121 if (profile->srtcm_rfc2697.ebs > NIX_BPF_BURST_MAX) in nix_mtr_profile_validate()138 if (profile->trtcm_rfc2698.cbs > NIX_BPF_BURST_MAX) in nix_mtr_profile_validate()143 if (profile->trtcm_rfc2698.pbs > NIX_BPF_BURST_MAX) in nix_mtr_profile_validate()156 if (profile->trtcm_rfc4115.cbs > NIX_BPF_BURST_MAX) in nix_mtr_profile_validate()161 if (profile->trtcm_rfc4115.ebs > NIX_BPF_BURST_MAX) in nix_mtr_profile_validate()
80 if (value < NIX_BPF_BURST_MIN || value > NIX_BPF_BURST_MAX) in meter_burst_to_nix()
2163 #define NIX_BPF_BURST_MAX \ macro