Searched refs:ovpn_wire_header (Results 1 – 1 of 1) sorted by relevance
114 struct ovpn_wire_header { struct215 sizeof(struct udphdr) - sizeof(struct ovpn_wire_header))1506 tunnel_len = m->m_pkthdr.len - sizeof(struct ovpn_wire_header); in ovpn_encrypt_tx_cb()1587 const struct ovpn_wire_header *ohdr) in ovpn_find_key()1612 struct ovpn_wire_header *ohdr; in ovpn_decrypt_rx_cb()1664 sizeof(struct ovpn_wire_header)); in ovpn_decrypt_rx_cb()1838 struct ovpn_wire_header *ohdr; in ovpn_transmit_to_peer()1878 ovpn_hdr_len = sizeof(struct ovpn_wire_header); in ovpn_transmit_to_peer()1889 ohdr = mtod(m, struct ovpn_wire_header *); in ovpn_transmit_to_peer()1951 crp->crp_digest_start = offsetof(struct ovpn_wire_header, auth_tag); in ovpn_transmit_to_peer()[all …]