Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_vxlan.c356 static void vxlan_encap_header(struct vxlan_softc *, struct mbuf *,
2398 vxlan_encap_header(struct vxlan_softc *sc, struct mbuf *m, int ipoff, in vxlan_encap_header() function
2505 vxlan_encap_header(sc, m, sizeof(struct ip), srcport, dstport); in vxlan_encap4()
2616 vxlan_encap_header(sc, m, sizeof(struct ip6_hdr), srcport, dstport); in vxlan_encap6()