Lines Matching refs:spi

170 	u_int32_t spi;
220 spi = esp->esp_spi;
224 IPPROTO_ESP, spi)) == 0) {
226 "IPv4 ESP input: no key association found for spi %u\n",
227 (u_int32_t)ntohl(spi)));
236 "IPv4 ESP input: non-mature/dying SA found for spi %u\n",
237 (u_int32_t)ntohl(spi)));
244 "unsupported encryption algorithm for spi %u\n",
245 (u_int32_t)ntohl(spi)));
254 ipsec4_logpacketstr(ip, spi), ipsec_logsastr(sav)));
277 ipsec4_logpacketstr(ip, spi), ipsec_logsastr(sav)));
308 ipsec4_logpacketstr(ip, spi), ipsec_logsastr(sav)));
315 ipsec4_logpacketstr(ip, spi), ipsec_logsastr(sav)));
413 ipsec4_logpacketstr(ip, spi), ipsec_logsastr(sav)));
499 ipsec4_logpacketstr(ip, spi), ipsec_logsastr(sav)));
547 ipsec6_logpacketstr(ip6, spi), ipsec_logsastr(sav)));
567 if (ipsec_addhist(m, IPPROTO_ESP, spi) != 0 ||
623 if (ipsec_addhist(m, IPPROTO_ESP, spi) != 0) {
730 u_int32_t spi;
770 spi = esp->esp_spi;
774 IPPROTO_ESP, spi)) == 0) {
776 "IPv6 ESP input: no key association found for spi %u\n",
777 (u_int32_t)ntohl(spi)));
786 "IPv6 ESP input: non-mature/dying SA found for spi %u\n",
787 (u_int32_t)ntohl(spi)));
794 "unsupported encryption algorithm for spi %u\n",
795 (u_int32_t)ntohl(spi)));
804 ipsec6_logpacketstr(ip6, spi), ipsec_logsastr(sav)));
828 ipsec6_logpacketstr(ip6, spi), ipsec_logsastr(sav)));
859 ipsec6_logpacketstr(ip6, spi), ipsec_logsastr(sav)));
866 ipsec6_logpacketstr(ip6, spi), ipsec_logsastr(sav)));
960 ipsec6_logpacketstr(ip6, spi), ipsec_logsastr(sav)));
1018 ipsec6_logpacketstr(ip6, spi),
1025 if (ipsec_addhist(m, IPPROTO_ESP, spi) != 0 ||
1150 if (ipsec_addhist(m, IPPROTO_ESP, spi) != 0) {