Home
last modified time | relevance | path

Searched refs:proto (Results 1876 - 1900 of 2590) sorted by relevance

1...<<71727374757677787980>>...104

/third_party/nghttp2/src/
H A Dshrpx_worker.cc116 std::get<5>(*p) = a.proto; in create_downstream_key()
314 dst_addr.proto = src_addr.proto; in replace_downstream_config()
/third_party/python/Lib/test/
H A Dtest_memoryio.py418 for proto in range(2, pickle.HIGHEST_PROTOCOL + 1):
420 obj2 = pickle.loads(pickle.dumps(obj, protocol=proto))
426 self.assertRaises(ValueError, pickle.dumps, obj2, proto)
H A Dtest_uuid.py342 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
343 with self.subTest(protocol=proto):
344 check(pickle.loads(pickle.dumps(u, proto)), u)
H A D_test_multiprocessing.py4003 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
4004 with self.subTest(proto=proto):
4010 pickled_sms = pickle.dumps(sms, protocol=proto)
4029 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
4030 with self.subTest(proto=proto):
4033 pickled_sms = pickle.dumps(sms, protocol=proto)
4260 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
4261 with self.subTest(proto
[all...]
/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc76 // Returns a copy of |filename| with any trailing ".protodevel" or ".proto
81 StrEndsWith(filename, ".protodevel") ? ".protodevel" : ".proto"; in StripProto()
85 // Returns the Python module name expected for a given .proto filename.
93 // Returns the alias we assign to the module of the given .proto filename
815 // Serialization of proto in PrintDescriptor()
1032 // Only works for fields in the .proto file this Generator is generating for.
1243 return file_->name() == "net/proto2/proto/descriptor.proto" || in GeneratingDescriptorProto()
1244 file_->name() == "google/protobuf/descriptor.proto"; in GeneratingDescriptorProto()
1271 // the module name iff this descriptor is from a different .proto fil in ModuleLevelDescriptorName()
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource_test.cc115 std::string proto = oss.str(); in ExecuteTest() local
116 ArrayInputStream arr_stream(proto.data(), proto.size()); in ExecuteTest()
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dvector_user.c160 static int create_raw_fd(char *iface, int flags, int proto) in create_raw_fd() argument
180 sock.sll_protocol = htons(proto); in create_raw_fd()
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dhci_intel.c556 init_speed = hu->proto->init_speed; in intel_setup()
561 oper_speed = hu->proto->oper_speed; in intel_setup()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h690 u16 proto; member
973 int hclge_set_vlan_filter(struct hnae3_handle *handle, __be16 proto,
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dvector_user.c161 static int create_raw_fd(char *iface, int flags, int proto) in create_raw_fd() argument
181 sock.sll_protocol = htons(proto); in create_raw_fd()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h883 int mlx5e_vlan_rx_add_vid(struct net_device *dev, __always_unused __be16 proto,
885 int mlx5e_vlan_rx_kill_vid(struct net_device *dev, __always_unused __be16 proto,
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dnet_driver.h1465 int (*vlan_rx_add_vid)(struct efx_nic *efx, __be16 proto, u16 vid);
1466 int (*vlan_rx_kill_vid)(struct efx_nic *efx, __be16 proto, u16 vid);
/kernel/linux/linux-5.10/drivers/scsi/
H A Dses.c441 enum scsi_protocol proto = desc[0] & 0x0f; in ses_process_descriptor() local
450 switch (proto) { in ses_process_descriptor()
/kernel/linux/linux-5.10/net/nfc/
H A Dllcp_sock.c53 static struct proto llcp_sock_proto = {
1051 .proto = &llcp_sock_proto,
/kernel/linux/linux-5.10/net/sunrpc/
H A Drpcb_clnt.c346 int proto, u32 version, in rpcb_create()
351 .protocol = proto, in rpcb_create()
343 rpcb_create(struct net *net, const char *nodename, const char *hostname, struct sockaddr *srvaddr, size_t salen, int proto, u32 version, const struct cred *cred) rpcb_create() argument
/kernel/linux/linux-5.10/fs/nfs/
H A Dinternal.h83 int proto; member
212 void nfs_init_timeout_values(struct rpc_timeout *to, int proto, int timeo, int retrans);
/kernel/linux/linux-5.10/fs/debugfs/
H A Dfile.c219 #define FULL_PROXY_FUNC(name, ret_type, filp, proto, args) \
220 static ret_type full_proxy_ ## name(proto) \
/kernel/linux/linux-5.10/net/ipv6/
H A Dseg6_local.c115 static bool decap_and_validate(struct sk_buff *skb, int proto) in decap_and_validate() argument
129 if (ipv6_find_hdr(skb, &off, proto, NULL, NULL) < 0) in decap_and_validate()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_expect.c300 u_int8_t proto, const __be16 *src, const __be16 *dst) in nf_ct_expect_init()
314 exp->tuple.dst.protonum = proto; in nf_ct_expect_init()
620 seq_printf(s, "l3proto = %u proto=%u ", in exp_seq_show()
296 nf_ct_expect_init(struct nf_conntrack_expect *exp, unsigned int class, u_int8_t family, const union nf_inet_addr *saddr, const union nf_inet_addr *daddr, u_int8_t proto, const __be16 *src, const __be16 *dst) nf_ct_expect_init() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h696 int (*set_vlan_filter)(struct hnae3_handle *handle, __be16 proto,
699 u16 vlan, u8 qos, __be16 proto);
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h814 __le16 proto; member
1105 int hclge_set_vlan_filter(struct hnae3_handle *handle, __be16 proto,
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Dmatch.c216 ext->proto |= match.key->ip_proto & match.mask->ip_proto; in nfp_flower_compile_ip_ext()
217 msk->proto |= match.mask->ip_proto; in nfp_flower_compile_ip_ext()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c55 u16 proto) in lan966x_ptp_add_trap()
88 err |= vcap_val_rule(vrule, proto); in lan966x_ptp_add_trap()
51 lan966x_ptp_add_trap(struct lan966x_port *port, int (*add_ptp_key)(struct vcap_rule *vrule, struct lan966x_port*), u32 rule_id, u16 proto) lan966x_ptp_add_trap() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dnet_driver.h1478 int (*vlan_rx_add_vid)(struct efx_nic *efx, __be16 proto, u16 vid);
1479 int (*vlan_rx_kill_vid)(struct efx_nic *efx, __be16 proto, u16 vid);
/kernel/linux/linux-6.6/fs/debugfs/
H A Dfile.c219 #define FULL_PROXY_FUNC(name, ret_type, filp, proto, args) \
220 static ret_type full_proxy_ ## name(proto) \

Completed in 54 milliseconds

1...<<71727374757677787980>>...104