Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net/
H A Dif_vxlan.c376 static int vxlan_set_reqcap(struct vxlan_softc *, struct ifnet *, int);
2392 error = vxlan_set_reqcap(sc, ifp, ifr->ifr_reqcap); in vxlan_ioctl()
3067 vxlan_set_reqcap(struct vxlan_softc *sc, struct ifnet *ifp, int reqcap) in vxlan_set_reqcap() function