Home
last modified time | relevance | path

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

/include/net/
Ddst_ops.h26 struct net_device *dev, int how);
Dinet_common.h34 int inet_shutdown(struct socket *sock, int how);
Dsock.h1125 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()
Dtcp.h321 void tcp_shutdown(struct sock *sk, int how);
/include/uapi/linux/
Dauto_dev-ioctl.h63 __u32 how; member
/include/linux/
Dnfs_page.h129 int how);
Dnet.h234 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);
Dsocket.h408 extern int __sys_shutdown(int fd, int how);
Dcompat.h708 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,
Dsecurity.h1312 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
Dlsm_hooks.h1733 int (*socket_shutdown)(struct socket *sock, int how);
Dsyscalls.h687 asmlinkage long sys_rt_sigprocmask(int how, sigset_t __user *set,
1125 asmlinkage long sys_sigprocmask(int how, old_sigset_t __user *set,
Dnfs_xdr.h1281 u32 how; member
/include/net/bluetooth/
Dbluetooth.h335 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/
Dnci_core.h320 gfp_t how) in nci_skb_alloc() argument
324 skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how); in nci_skb_alloc()