Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/oce/
HDoce_if.c1820 if (copyin(priv_data, cookie, strlen(IOCTL_COOKIE))) in oce_handle_passthrough()
1823 if (memcmp(cookie, IOCTL_COOKIE, strlen(IOCTL_COOKIE))) in oce_handle_passthrough()
1826 ioctl_ptr = (char *)priv_data + strlen(IOCTL_COOKIE); in oce_handle_passthrough()
HDoce_if.h223 #define IOCTL_COOKIE "SERVERENGINES CORP" macro