Searched refs:ESP_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
70 #define ESP_HDR_SIZE 4 macro1463 } else if (data_len > ESP_HDR_SIZE) { in is_encapsulated_esp()1464 uint8_t payload[ESP_HDR_SIZE]; in is_encapsulated_esp()1466 errno_t error = mbuf_copydata(m, data_offset, ESP_HDR_SIZE, &payload); in is_encapsulated_esp()
150 #define ESP_HDR_SIZE sizeof(struct newesp) macro3623 uint32_t trunc_len = ESP_HDR_SIZE + 1; in get_esp_trunc_len()