Home
last modified time | relevance | path

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

/include/net/
Dinet_common.h41 int inet_shutdown(struct socket *sock, int how);
Dsock.h1252 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()
Dtcp.h326 void tcp_shutdown(struct sock *sk, int how);
/include/uapi/linux/
Dauto_dev-ioctl.h63 __u32 how; member
/include/linux/
Daudit.h419 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
Dnet.h256 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);
Dsocket.h462 extern int __sys_shutdown_sock(struct socket *sock, int how);
463 extern int __sys_shutdown(int fd, int how);
Dnfs_page.h145 int how);
Dcompat.h710 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,
Dsyscalls.h444 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,
Dsecurity.h1573 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
Dlsm_hook_defs.h336 LSM_HOOK(int, 0, socket_shutdown, struct socket *sock, int how)
Dnfs_xdr.h1350 u32 how; member
/include/net/nfc/
Dnci_core.h322 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/
Dbluetooth.h491 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()