Home
last modified time | relevance | path

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

/include/net/
A Dinet_common.h41 int inet_shutdown(struct socket *sock, int how);
A Dsock.h1267 void (*shutdown)(struct sock *sk, int how);
2515 static inline void sk_wake_async(const struct sock *sk, int how, int band) in sk_wake_async() argument
2519 sock_wake_async(rcu_dereference(sk->sk_wq), how, band); in sk_wake_async()
2524 static inline void sk_wake_async_rcu(const struct sock *sk, int how, int band) in sk_wake_async_rcu() argument
2527 sock_wake_async(rcu_dereference(sk->sk_wq), how, band); in sk_wake_async_rcu()
A Dtcp.h327 void tcp_shutdown(struct sock *sk, int how);
/include/uapi/linux/
A Dauto_dev-ioctl.h63 __u32 how; member
/include/linux/
A 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
A Dnet.h249 int sock_wake_async(struct socket_wq *sk_wq, int how, int band);
355 int kernel_sock_shutdown(struct socket *sock, enum sock_shutdown_cmd how);
A Dsocket.h462 extern int __sys_shutdown_sock(struct socket *sock, int how);
463 extern int __sys_shutdown(int fd, int how);
A Dnfs_page.h145 int how);
A 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,
A Dsyscalls.h464 struct open_how __user *how, size_t size);
673 asmlinkage long sys_rt_sigprocmask(int how, sigset_t __user *set,
1119 asmlinkage long sys_sigprocmask(int how, old_sigset_t __user *set,
A Dsecurity.h1658 int security_socket_shutdown(struct socket *sock, int how);
1794 static inline int security_socket_shutdown(struct socket *sock, int how) in security_socket_shutdown() argument
A Dlsm_hook_defs.h342 LSM_HOOK(int, 0, socket_shutdown, struct socket *sock, int how)
A Dnfs_xdr.h1348 u32 how; member
/include/net/nfc/
A Dnci_core.h326 gfp_t how) in nci_skb_alloc() argument
330 skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how); in nci_skb_alloc()
/include/net/bluetooth/
A Dbluetooth.h505 static inline struct sk_buff *bt_skb_alloc(unsigned int len, gfp_t how) in bt_skb_alloc() argument
509 skb = alloc_skb(len + BT_SKB_RESERVE, how); in bt_skb_alloc()

Completed in 56 milliseconds