Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/
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
/linux-6.6.21/net/wireless/
Dwext-core.c1063 int wext_handle_ioctl(struct net *net, unsigned int cmd, void __user *arg) in wext_handle_ioctl() function
/linux-6.6.21/net/
Dsocket.c1275 err = wext_handle_ioctl(net, cmd, argp); in sock_ioctl()