Home
last modified time | relevance | path

Searched refs:spidx1 (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/netipsec/
H A Dkey.c4659 const struct secpolicyindex *spidx1) in key_spidx_match_exactly() argument
4663 KASSERT(spidx1 != NULL); in key_spidx_match_exactly()
4666 if (spidx0->prefs != spidx1->prefs || in key_spidx_match_exactly()
4667 spidx0->prefd != spidx1->prefd || in key_spidx_match_exactly()
4668 spidx0->ul_proto != spidx1->ul_proto) in key_spidx_match_exactly()
4687 const struct secpolicyindex *spidx1) in key_spidx_match_withmask() argument
4691 KASSERT(spidx1 != NULL); in key_spidx_match_withmask()
4703 spidx0->ul_proto != spidx1->ul_proto) { in key_spidx_match_withmask()
4732 spidx1->src.sin6.sin6_scope_id && in key_spidx_match_withmask()
4760 &spidx1->dst.sin.sin_addr, spidx0->prefd)) { in key_spidx_match_withmask()
[all …]