Lines Matching refs:ovpn_wire_header
113 struct ovpn_wire_header { struct
215 sizeof(struct udphdr) - sizeof(struct ovpn_wire_header))
1519 tunnel_len = m->m_pkthdr.len - sizeof(struct ovpn_wire_header); in ovpn_encrypt_tx_cb()
1600 const struct ovpn_wire_header *ohdr) in ovpn_find_key()
1625 struct ovpn_wire_header *ohdr; in ovpn_decrypt_rx_cb()
1677 sizeof(struct ovpn_wire_header)); in ovpn_decrypt_rx_cb()
1851 struct ovpn_wire_header *ohdr; in ovpn_transmit_to_peer()
1891 ovpn_hdr_len = sizeof(struct ovpn_wire_header); in ovpn_transmit_to_peer()
1902 ohdr = mtod(m, struct ovpn_wire_header *); in ovpn_transmit_to_peer()
1964 crp->crp_digest_start = offsetof(struct ovpn_wire_header, auth_tag); in ovpn_transmit_to_peer()
2229 struct ovpn_wire_header ohdr; in ovpn_peer_from_mbuf()
2250 struct ovpn_wire_header tmphdr; in ovpn_udp_input()
2251 struct ovpn_wire_header *ohdr; in ovpn_udp_input()
2364 offsetof(struct ovpn_wire_header, auth_tag); in ovpn_udp_input()