Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_pf.c71 static int usbpf_clone_match(struct if_clone *, const char *);
91 .match_f = usbpf_clone_match, in usbpf_init()
157 usbpf_clone_match(struct if_clone *ifc, const char *name) in usbpf_clone_match() function