Home
last modified time | relevance | path

Searched refs:how (Results 1 – 12 of 12) sorted by relevance

/include/net/
Dinet_common.h29 extern int inet_shutdown(struct socket *sock, int how);
Droute.h114 extern void rt_cache_flush(struct net *net, int how);
Ddst.h116 struct net_device *dev, int how);
Dsock.h608 void (*shutdown)(struct sock *sk, int how);
1269 static inline void sk_wake_async(struct sock *sk, int how, int band) in sk_wake_async() argument
1272 sock_wake_async(sk->sk_socket, how, band); in sk_wake_async()
Dtcp.h277 extern void tcp_shutdown (struct sock *sk, int how);
369 extern void tcp_enter_loss(struct sock *sk, int how);
/include/net/bluetooth/
Dbluetooth.h150 static inline struct sk_buff *bt_skb_alloc(unsigned int len, gfp_t how) in bt_skb_alloc() argument
154 if ((skb = alloc_skb(len + BT_SKB_RESERVE, how))) { in bt_skb_alloc()
/include/linux/
Dnfs_page.h82 int how);
Dauto_dev-ioctl.h64 __u32 how; member
Dnet.h208 extern int sock_wake_async(struct socket *sk, int how, int band);
255 enum sock_shutdown_cmd how);
Dnfs_fs.h484 nfs_commit_inode(struct inode *inode, int how) in nfs_commit_inode() argument
Dsecurity.h1567 int (*socket_shutdown) (struct socket *sock, int how);
2550 int security_socket_shutdown(struct socket *sock, int how);
2661 static inline int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown() argument
Dsyscalls.h188 asmlinkage long sys_sigprocmask(int how, old_sigset_t __user *set,
260 asmlinkage long sys_rt_sigprocmask(int how, sigset_t __user *set,