| /kernel/linux/linux-5.10/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 190 /* Head of user chain: ERROR target with chainname */ in get_chainname_rulenum() 417 (strcmp(t->target.u.user.name, in mark_source_chains() 447 if (strcmp(t->target.u.user.name, in mark_source_chains() 500 match = xt_request_find_match(NFPROTO_IPV6, m->u.user.name, in find_check_match() 501 m->u.user.revision); in find_check_match() 565 target = xt_request_find_target(NFPROTO_IPV6, t->u.user.name, in find_check_entry() 566 t->u.user.revision); in find_check_entry() 599 if (strcmp(t->u.user.name, XT_STANDARD_TARGET) != 0) in check_underflow() 676 /* Checks and translates the user-supplied table segment (held in 713 if (strcmp(ip6t_get_target(iter)->u.user in translate_table() 964 get_info(struct net *net, void __user *user, const int *len) get_info() argument 1661 do_ip6t_get_ctl(struct sock *sk, int cmd, void __user *user, int *len) do_ip6t_get_ctl() argument [all...] |
| /kernel/linux/linux-6.6/net/ipv4/netfilter/ |
| H A D | ip_tables.c | 163 /* Head of user chain: ERROR target with chainname */ in get_chainname_rulenum() 397 (strcmp(t->target.u.user.name, in mark_source_chains() 427 if (strcmp(t->target.u.user.name, in mark_source_chains() 481 match = xt_request_find_match(NFPROTO_IPV4, m->u.user.name, in find_check_match() 482 m->u.user.revision); in find_check_match() 544 target = xt_request_find_target(NFPROTO_IPV4, t->u.user.name, in find_check_entry() 545 t->u.user.revision); in find_check_entry() 579 if (strcmp(t->u.user.name, XT_STANDARD_TARGET) != 0) in check_underflow() 657 /* Checks and translates the user-supplied table segment (held in 694 if (strcmp(ipt_get_target(iter)->u.user in translate_table() 946 get_info(struct net *net, void __user *user, const int *len) get_info() argument 1642 do_ipt_get_ctl(struct sock *sk, int cmd, void __user *user, int *len) do_ipt_get_ctl() argument [all...] |
| /kernel/linux/linux-6.6/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 188 /* Head of user chain: ERROR target with chainname */ in get_chainname_rulenum() 415 (strcmp(t->target.u.user.name, in mark_source_chains() 445 if (strcmp(t->target.u.user.name, in mark_source_chains() 498 match = xt_request_find_match(NFPROTO_IPV6, m->u.user.name, in find_check_match() 499 m->u.user.revision); in find_check_match() 563 target = xt_request_find_target(NFPROTO_IPV6, t->u.user.name, in find_check_entry() 564 t->u.user.revision); in find_check_entry() 597 if (strcmp(t->u.user.name, XT_STANDARD_TARGET) != 0) in check_underflow() 674 /* Checks and translates the user-supplied table segment (held in 711 if (strcmp(ip6t_get_target(iter)->u.user in translate_table() 962 get_info(struct net *net, void __user *user, const int *len) get_info() argument 1651 do_ip6t_get_ctl(struct sock *sk, int cmd, void __user *user, int *len) do_ip6t_get_ctl() argument [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_urllib2.py | 98 reason: code that previously saw all (urllib2 user)-provided headers in 548 def add_password(self, realm, uri, user, password): 551 self.user = user 557 return self.user, self.password 735 def connect_ftp(self, user, passwd, host, port, dirs, 737 self.user, self.passwd = user, passwd 748 for url, host, port, user, passwd, type_, dirs, filename, mimetype in [ 772 self.assertEqual(h.user, use [all...] |
| /kernel/linux/linux-5.10/arch/um/os-Linux/drivers/ |
| H A D | ethertap_kern.c | 26 epri = (struct ethertap_data *) pri->user; in etap_init() 88 .user = ðertap_user_info,
|
| H A D | tuntap_kern.c | 25 tpri = (struct tuntap_data *) pri->user; in tuntap_init() 74 .user = &tuntap_user_info,
|
| /kernel/linux/linux-6.6/arch/um/os-Linux/drivers/ |
| H A D | ethertap_kern.c | 26 epri = (struct ethertap_data *) pri->user; in etap_init() 88 .user = ðertap_user_info,
|
| H A D | tuntap_kern.c | 25 tpri = (struct tuntap_data *) pri->user; in tuntap_init() 74 .user = &tuntap_user_info,
|
| /kernel/linux/linux-5.10/include/net/ |
| H A 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);
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| H A D | atmsap.h | 35 #define ATM_L2_USER 0x10 /* user-specified */ 54 #define ATM_L3_USER 0x10 /* user-specified */ 65 #define ATM_HL_USER 0x02 /* user-specific */ 112 unsigned char user; /* user-specified l2 information */ member 123 unsigned char user; /* user specified l3 information */ member
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | device.h | 7 #include <nvif/user.h> 18 struct nvif_user user; member
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | outp.h | 35 int nvkm_outp_acquire(struct nvkm_outp *, u8 user, bool hda); 36 void nvkm_outp_release(struct nvkm_outp *, u8 user);
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | kernel_stat.h | 109 static inline void account_process_tick(struct task_struct *tsk, int user) in account_process_tick() argument 114 extern void account_process_tick(struct task_struct *, int user);
|
| /kernel/linux/linux-6.6/include/rdma/ |
| H A D | restrack.h | 94 * There are two types of entities: created by user and created 110 * @user: user resource 112 bool user; member 127 return !res->user; in rdma_is_kernel_res() 165 * Every user of this API should be cross examined.
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| H A D | atmsap.h | 35 #define ATM_L2_USER 0x10 /* user-specified */ 54 #define ATM_L3_USER 0x10 /* user-specified */ 65 #define ATM_HL_USER 0x02 /* user-specific */ 112 unsigned char user; /* user-specified l2 information */ member 123 unsigned char user; /* user specified l3 information */ member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | gt200.c | 77 .user = 3, 94 .user = {
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | device.h | 7 #include <nvif/user.h> 18 struct nvif_user user; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| H A D | atmsap.h | 60 unsigned char user; member 71 unsigned char user; member
|
| /third_party/curl/tests/libtest/ |
| H A D | lib576.c | 50 if(finfo->strings.user) in chunk_bgn() 51 printf("User: %s\n", finfo->strings.user); in chunk_bgn()
|
| /third_party/ltp/testcases/commands/keyctl/ |
| H A D | keyctl01.sh | 33 local key=`keyctl request2 user debug:foo bar` 83 keyctl request2 user debug:fred negate @t >temp 2>&1
|
| /third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-rx/ |
| H A D | minimal-ws-client.c | 26 void *user, void *in, size_t len) in callback_dumb_increment() 56 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_dumb_increment() 25 callback_dumb_increment(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_dumb_increment() argument
|
| /third_party/libwebsockets/plugins/ |
| H A D | protocol_client_loopback_test.c | 69 void *user, void *in, size_t len) in callback_client_loopback_test() 73 (struct per_session_data__client_loopback_test *)user; in callback_client_loopback_test() 68 callback_client_loopback_test(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_client_loopback_test() argument
|
| H A D | protocol_dumb_increment.c | 45 void *user, void *in, size_t len) in callback_dumb_increment() 47 struct pss__dumb_increment *pss = (struct pss__dumb_increment *)user; in callback_dumb_increment() 44 callback_dumb_increment(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_dumb_increment() argument
|
| /third_party/ninja/src/ |
| H A D | build_log.h | 49 bool OpenForWrite(const std::string& path, const BuildLogUser& user, 86 bool Recompact(const std::string& path, const BuildLogUser& user,
|
| /third_party/ltp/testcases/kernel/syscalls/access/ |
| H A D | access04.c | 66 static void access_test(struct tcase *tc, const char *user) in access_test() argument 69 "access as %s", user); in access_test()
|