Searched refs:sock_fcntl (Results 1 – 2 of 2) sorted by relevance
20 extern int sock_fcntl (struct file *, unsigned int cmd, unsigned long arg);306 err = sock_fcntl (filp, F_SETOWN, arg); in do_fcntl()333 err = sock_fcntl (filp, cmd, arg); in do_fcntl()
1516 int sock_fcntl(struct file *filp, unsigned int cmd, unsigned long arg) in sock_fcntl() function