Searched refs:how (Results 1 – 15 of 15) sorted by relevance
/include/net/ |
D | dst_ops.h | 26 struct net_device *dev, int how);
|
D | inet_common.h | 34 int inet_shutdown(struct socket *sock, int how);
|
D | sock.h | 1125 void (*shutdown)(struct sock *sk, int how); 2308 static inline void sk_wake_async(const struct sock *sk, int how, int band) in sk_wake_async() argument 2312 sock_wake_async(rcu_dereference(sk->sk_wq), how, band); in sk_wake_async()
|
D | tcp.h | 321 void tcp_shutdown(struct sock *sk, int how);
|
/include/uapi/linux/ |
D | auto_dev-ioctl.h | 63 __u32 how; member
|
/include/linux/ |
D | nfs_page.h | 129 int how);
|
D | net.h | 234 int sock_wake_async(struct socket_wq *sk_wq, int how, int band); 336 int kernel_sock_shutdown(struct socket *sock, enum sock_shutdown_cmd how);
|
D | socket.h | 408 extern int __sys_shutdown(int fd, int how);
|
D | compat.h | 708 asmlinkage long compat_sys_rt_sigprocmask(int how, compat_sigset_t __user *set, 905 asmlinkage long compat_sys_sigprocmask(int how, compat_old_sigset_t __user *nset,
|
D | security.h | 1312 int security_socket_shutdown(struct socket *sock, int how); 1438 static inline int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown() argument
|
D | lsm_hooks.h | 1733 int (*socket_shutdown)(struct socket *sock, int how);
|
D | syscalls.h | 687 asmlinkage long sys_rt_sigprocmask(int how, sigset_t __user *set, 1125 asmlinkage long sys_sigprocmask(int how, old_sigset_t __user *set,
|
D | nfs_xdr.h | 1281 u32 how; member
|
/include/net/bluetooth/ |
D | bluetooth.h | 335 static inline struct sk_buff *bt_skb_alloc(unsigned int len, gfp_t how) in bt_skb_alloc() argument 339 skb = alloc_skb(len + BT_SKB_RESERVE, how); in bt_skb_alloc()
|
/include/net/nfc/ |
D | nci_core.h | 320 gfp_t how) in nci_skb_alloc() argument 324 skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how); in nci_skb_alloc()
|