Searched refs:how (Results 1 – 15 of 15) sorted by relevance
| /include/net/ |
| D | inet_common.h | 41 int inet_shutdown(struct socket *sock, int how);
|
| D | sock.h | 1252 void (*shutdown)(struct sock *sk, int how); 2495 static inline void sk_wake_async(const struct sock *sk, int how, int band) in sk_wake_async() argument 2499 sock_wake_async(rcu_dereference(sk->sk_wq), how, band); in sk_wake_async() 2504 static inline void sk_wake_async_rcu(const struct sock *sk, int how, int band) in sk_wake_async_rcu() argument 2507 sock_wake_async(rcu_dereference(sk->sk_wq), how, band); in sk_wake_async_rcu()
|
| D | tcp.h | 326 void tcp_shutdown(struct sock *sk, int how);
|
| /include/uapi/linux/ |
| D | auto_dev-ioctl.h | 63 __u32 how; member
|
| /include/linux/ |
| D | audit.h | 419 extern void __audit_openat2_how(struct open_how *how); 516 static inline void audit_openat2_how(struct open_how *how) in audit_openat2_how() argument 519 __audit_openat2_how(how); in audit_openat2_how() 677 static inline void audit_openat2_how(struct open_how *how) in audit_openat2_how() argument
|
| D | net.h | 256 int sock_wake_async(struct socket_wq *sk_wq, int how, int band); 364 int kernel_sock_shutdown(struct socket *sock, enum sock_shutdown_cmd how);
|
| D | socket.h | 462 extern int __sys_shutdown_sock(struct socket *sock, int how); 463 extern int __sys_shutdown(int fd, int how);
|
| D | nfs_page.h | 145 int how);
|
| D | compat.h | 710 asmlinkage long compat_sys_rt_sigprocmask(int how, compat_sigset_t __user *set, 851 asmlinkage long compat_sys_sigprocmask(int how, compat_old_sigset_t __user *nset,
|
| D | syscalls.h | 444 struct open_how __user *how, size_t size); 653 asmlinkage long sys_rt_sigprocmask(int how, sigset_t __user *set, 1095 asmlinkage long sys_sigprocmask(int how, old_sigset_t __user *set,
|
| D | security.h | 1573 int security_socket_shutdown(struct socket *sock, int how); 1704 static inline int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown() argument
|
| D | lsm_hook_defs.h | 336 LSM_HOOK(int, 0, socket_shutdown, struct socket *sock, int how)
|
| D | nfs_xdr.h | 1350 u32 how; member
|
| /include/net/nfc/ |
| D | nci_core.h | 322 gfp_t how) in nci_skb_alloc() argument 326 skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how); in nci_skb_alloc()
|
| /include/net/bluetooth/ |
| D | bluetooth.h | 491 static inline struct sk_buff *bt_skb_alloc(unsigned int len, gfp_t how) in bt_skb_alloc() argument 495 skb = alloc_skb(len + BT_SKB_RESERVE, how); in bt_skb_alloc()
|