Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dwext.h10 int wext_handle_ioctl(struct net *net, unsigned int cmd,
18 static inline int wext_handle_ioctl(struct net *net, unsigned int cmd, in wext_handle_ioctl() function
/openbmc/linux/net/wireless/
H A Dwext-core.c1066 int wext_handle_ioctl(struct net *net, unsigned int cmd, void __user *arg) in wext_handle_ioctl() function
/openbmc/linux/net/
H A Dsocket.c1275 err = wext_handle_ioctl(net, cmd, argp); in sock_ioctl()