Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet6/
H A Desp_output.c1048 esp_log_info("esp kpipe output, slen(%u) <= iphlen(%zu) " in esp_kpipe_output()
1060 esp_log_info("esp kpipe output, missing " in esp_kpipe_output()
1069 esp_log_info("esp kpipe output: unsupported algorithm, SPI=%x\n", in esp_kpipe_output()
1124 esp_log_info("esp kpipe output: destination buffer too short"); in esp_kpipe_output()
1136 esp_log_info("esp kpipe output: source buffer too short"); in esp_kpipe_output()
1157 esp_log_info("esp kpipe output: ipv4 packet " in esp_kpipe_output()
1172 esp_log_info("esp kpipe output: ipv6 packet " in esp_kpipe_output()
1185 esp_log_info("replay counter overflowed, SPI=%x\n", ntohl(sav->spi)); in esp_kpipe_output()
1207 esp_log_info("esp schedule failed %d, SPI=%x\n", err, ntohl(sav->spi)); in esp_kpipe_output()
1224 esp_log_info("esp encrypt failed %d, SPI=%x\n", err, ntohl(sav->spi)); in esp_kpipe_output()
[all …]
H A Desp.h114 #define esp_log_info(_format, ...) _esp_log(LOG_INFO, _format, ##__VA_ARGS__) macro
H A Desp_input.c1802 esp_log_info("esp kpipe input, ipversion %u, SPI=%x", in esp_kpipe_input()
1874 esp_log_info("esp kpipe input, invalid SA state %u, SPI=%x", in esp_kpipe_input()
1909 esp_log_info("esp kpipe input, unsupported algorithm(%d) for, SPI=%x", in esp_kpipe_input()
1987 esp_log_info("esp schedule failed %d, SPI=%x\n", err, ntohl(sav->spi)); in esp_kpipe_input()