Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dfcntl.c20 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()
/linux-2.4.37.9/net/
Dsocket.c1516 int sock_fcntl(struct file *filp, unsigned int cmd, unsigned long arg) in sock_fcntl() function