Searched refs:ip_encap (Results 1 – 1 of 1) sorted by relevance
322 struct mbuf *(ip_encap)(struct vxlan_softc *sc, struct mbuf *, in vxlan_encap()410 return ((*ip_encap)(sc, m, endpoint, tos)); in vxlan_encap()559 struct mbuf *(*ip_encap)(struct vxlan_softc *, struct mbuf *, in vxlan_send() local571 ip_encap = vxlan_encap_ipv4; in vxlan_send()576 ip_encap = vxlan_encap_ipv6; in vxlan_send()591 m = vxlan_encap(sc, m, ip_encap); in vxlan_send()