Searched refs:how (Results 1 – 12 of 12) sorted by relevance
/include/net/ |
D | inet_common.h | 29 extern int inet_shutdown(struct socket *sock, int how);
|
D | route.h | 114 extern void rt_cache_flush(struct net *net, int how);
|
D | dst.h | 116 struct net_device *dev, int how);
|
D | sock.h | 608 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()
|
D | tcp.h | 277 extern void tcp_shutdown (struct sock *sk, int how); 369 extern void tcp_enter_loss(struct sock *sk, int how);
|
/include/net/bluetooth/ |
D | bluetooth.h | 150 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/ |
D | nfs_page.h | 82 int how);
|
D | auto_dev-ioctl.h | 64 __u32 how; member
|
D | net.h | 208 extern int sock_wake_async(struct socket *sk, int how, int band); 255 enum sock_shutdown_cmd how);
|
D | nfs_fs.h | 484 nfs_commit_inode(struct inode *inode, int how) in nfs_commit_inode() argument
|
D | security.h | 1567 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
|
D | syscalls.h | 188 asmlinkage long sys_sigprocmask(int how, old_sigset_t __user *set, 260 asmlinkage long sys_rt_sigprocmask(int how, sigset_t __user *set,
|