Lines Matching defs:pol
1856 * Returns the max of old_ovhd and the overhead associated with pol.
1859 iptun_max_policy_overhead(ipsec_policy_t *pol, uint32_t old_ovhd)
1863 while (pol != NULL) {
1865 ipsec_act_ovhd(&pol->ipsp_act->ipa_act));
1866 pol = pol->ipsp_hash.hash_next;
1876 ipsec_policy_t *pol;
1909 pol = ipsec_find_policy_head(NULL, iph, IPSEC_TYPE_OUTBOUND,
1911 if (pol != NULL) {
1912 ipsec_ovhd = ipsec_act_ovhd(&pol->ipsp_act->ipa_act);
1913 IPPOL_REFRELE(pol);
1916 pol = ipsec_find_policy_head(NULL, iph, IPSEC_TYPE_OUTBOUND,
1918 if (pol != NULL) {
1920 ipsec_act_ovhd(&pol->ipsp_act->ipa_act));
1921 IPPOL_REFRELE(pol);