/include/linux/ |
D | ipmi.h | 48 struct ipmi_user *user; member 114 struct ipmi_user **user); 124 int ipmi_destroy_user(struct ipmi_user *user); 127 int ipmi_get_version(struct ipmi_user *user, 140 int ipmi_set_my_address(struct ipmi_user *user, 143 int ipmi_get_my_address(struct ipmi_user *user, 146 int ipmi_set_my_LUN(struct ipmi_user *user, 149 int ipmi_get_my_LUN(struct ipmi_user *user, 166 int ipmi_request_settime(struct ipmi_user *user, 184 int ipmi_request_supply_msgs(struct ipmi_user *user, [all …]
|
D | dcookies.h | 35 void dcookie_unregister(struct dcookie_user * user); 57 static inline void dcookie_unregister(struct dcookie_user * user) in dcookie_unregister() argument
|
D | kernel_stat.h | 90 static inline void account_process_tick(struct task_struct *tsk, int user) in account_process_tick() argument 95 extern void account_process_tick(struct task_struct *, int user);
|
D | pm-trace.h | 24 extern void generate_pm_trace(const void *tracedata, unsigned int user);
|
D | signal_types.h | 24 struct user_struct *user; member
|
D | cred.h | 145 struct user_struct *user; /* real user ID subscription */ member 343 __u = get_uid(__cred->user); \ 388 #define current_user() (current_cred_xxx(user))
|
D | pipe_fs_i.h | 62 struct user_struct *user; member
|
D | netfilter.h | 166 int (*set)(struct sock *sk, int optval, void __user *user, unsigned int len); 169 void __user *user, unsigned int len); 173 int (*get)(struct sock *sk, int optval, void __user *user, int *len); 176 void __user *user, int *len);
|
D | shmem_fs.h | 64 extern int shmem_lock(struct file *file, int lock, struct user_struct *user);
|
D | syscalls.h | 438 asmlinkage long sys_fchownat(int dfd, const char __user *filename, uid_t user, 440 asmlinkage long sys_fchown(unsigned int fd, uid_t user, gid_t group); 1043 uid_t user, gid_t group); 1047 uid_t user, gid_t group); 1158 old_uid_t user, old_gid_t group); 1160 old_uid_t user, old_gid_t group); 1161 asmlinkage long sys_fchown16(unsigned int fd, old_uid_t user, old_gid_t group); 1243 int ksys_fchown(unsigned int fd, uid_t user, gid_t group); 1343 extern int do_fchownat(int dfd, const char __user *filename, uid_t user, 1346 static inline long ksys_chown(const char __user *filename, uid_t user, in ksys_chown() argument [all …]
|
D | bpf.h | 71 struct user_struct *user; member 387 struct user_struct *user; member 645 int __bpf_prog_charge(struct user_struct *user, u32 pages); 646 void __bpf_prog_uncharge(struct user_struct *user, u32 pages); 798 static inline int __bpf_prog_charge(struct user_struct *user, u32 pages) in __bpf_prog_charge() argument 803 static inline void __bpf_prog_uncharge(struct user_struct *user, u32 pages) in __bpf_prog_uncharge() argument
|
D | timekeeping.h | 13 extern void update_process_times(int user);
|
/include/rdma/ |
D | restrack.h | 100 bool user; member 126 return !res->user; in rdma_is_kernel_res()
|
/include/uapi/linux/ |
D | atmsap.h | 112 unsigned char user; /* user-specified l2 information */ member 123 unsigned char user; /* user specified l3 information */ member
|
D | net_dropmon.h | 42 struct net_dm_config_msg user; member
|
/include/net/netfilter/ipv6/ |
D | nf_defrag_ipv6.h | 12 int nf_ct_frag6_gather(struct net *net, struct sk_buff *skb, u32 user);
|
/include/uapi/linux/netfilter/ |
D | x_tables.h | 19 } user; member 42 } user; member 59 .target.u.user = { \
|
/include/net/ |
D | af_unix.h | 11 void unix_inflight(struct user_struct *user, struct file *fp); 12 void unix_notinflight(struct user_struct *user, struct file *fp);
|
D | inet_frag.h | 44 u32 user; member 53 u32 user; member
|
D | ip.h | 695 static inline bool ip_defrag_user_in_between(u32 user, in ip_defrag_user_in_between() argument 699 return user >= lower_bond && user <= upper_bond; in ip_defrag_user_in_between() 702 int ip_defrag(struct net *net, struct sk_buff *skb, u32 user); 704 struct sk_buff *ip_check_defrag(struct net *net, struct sk_buff *skb, u32 user); 706 static inline struct sk_buff *ip_check_defrag(struct net *net, struct sk_buff *skb, u32 user) in ip_check_defrag() argument
|
/include/keys/ |
D | user-type.h | 43 extern void user_describe(const struct key *user, struct seq_file *m);
|
/include/linux/mtd/ |
D | inftl.h | 12 #error This is a kernel header. Perhaps include nftl-user.h instead?
|
/include/linux/netfilter/ |
D | x_tables.h | 304 void *xt_copy_counters_from_user(const void __user *user, unsigned int len, 460 } user; member 476 } user; member
|
/include/linux/isdn/ |
D | capilli.h | 21 int user; /* data in userspace ? */ member
|
/include/net/bluetooth/ |
D | l2cap.h | 667 int (*probe) (struct l2cap_conn *conn, struct l2cap_user *user); 668 void (*remove) (struct l2cap_conn *conn, struct l2cap_user *user); 955 int l2cap_register_user(struct l2cap_conn *conn, struct l2cap_user *user); 956 void l2cap_unregister_user(struct l2cap_conn *conn, struct l2cap_user *user);
|