Home
last modified time | relevance | path

Searched refs:proto (Results 1076 - 1100 of 3715) sorted by relevance

1...<<41424344454647484950>>...149

/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow.h102 u8 proto; /* IP protocol or lower 8 bits of ARP opcode. */ member
172 key->ip.proto == NEXTHDR_ICMP && in sw_flow_key_is_nd()
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_policy.c45 MATCH(proto, x->id.proto) && in match_xfrm_state()
H A Dxt_sctp.c175 .proto = IPPROTO_SCTP,
184 .proto = IPPROTO_SCTP,
/kernel/linux/linux-6.6/net/smc/
H A Dsmc.h37 extern struct proto smc_proto;
38 extern struct proto smc_proto6;
/kernel/linux/linux-6.6/net/ipv6/
H A Dtunnel6.c159 static int tunnel6_rcv_cb(struct sk_buff *skb, u8 proto, int err) in tunnel6_rcv_cb() argument
165 head = (proto == IPPROTO_IPV6) ? tunnel6_handlers : tunnel46_handlers; in tunnel6_rcv_cb()
H A Dxfrm6_input.c179 xfrm_address_t *saddr, u8 proto) in xfrm6_input_addr()
217 x = xfrm_state_lookup_byaddr(net, skb->mark, dst, src, proto, AF_INET6); in xfrm6_input_addr()
178 xfrm6_input_addr(struct sk_buff *skb, xfrm_address_t *daddr, xfrm_address_t *saddr, u8 proto) xfrm6_input_addr() argument
H A Dfou6.c74 static int gue6_err_proto_handler(int proto, struct sk_buff *skb, in gue6_err_proto_handler() argument
80 ipprot = rcu_dereference(inet6_protos[proto]); in gue6_err_proto_handler()
H A Dinet6_connection_sock.c30 u8 proto) in inet6_csk_route_req()
38 fl6->flowi6_proto = proto; in inet6_csk_route_req()
27 inet6_csk_route_req(const struct sock *sk, struct flowi6 *fl6, const struct request_sock *req, u8 proto) inet6_csk_route_req() argument
H A Dipcomp6.c83 t->id.proto = IPPROTO_IPV6; in ipcomp6_tunnel_create()
180 .proto = IPPROTO_COMP,
/kernel/linux/linux-6.6/net/ipv4/
H A Dtunnel4.c114 static int tunnel4_rcv_cb(struct sk_buff *skb, u8 proto, int err) in tunnel4_rcv_cb() argument
120 head = (proto == IPPROTO_IPIP) ? tunnel4_handlers : tunnel64_handlers; in tunnel4_rcv_cb()
H A Dipcomp.c66 t->id.proto = IPPROTO_IPIP; in ipcomp_tunnel_create()
161 .proto = IPPROTO_COMP,
/kernel/linux/linux-6.6/net/dsa/
H A Dtag_dsa.c346 .proto = DSA_TAG_PROTO_DSA,
388 .proto = DSA_TAG_PROTO_EDSA,
/third_party/node/lib/internal/bootstrap/
H A Dnode.js152 setPrototypeOf(target, proto) {
154 return ObjectSetPrototypeOf(target, proto);
/third_party/ltp/testcases/kernel/syscalls/connect/
H A Dconnect01.c73 int proto; /* protocol number (usually 0 = default) */ member
225 tdat[testno].proto); in setup1()
/third_party/ltp/testcases/kernel/syscalls/recv/
H A Drecv01.c73 int proto; /* protocol number (usually 0 = default) */ member
197 tdat[testno].proto); in setup1()
/third_party/libcoap/examples/riot/examples_libcoap_server/
H A Dserver-coap.c177 ep = coap_new_endpoint(main_coap_context, &info->addr, info->proto); in init_coap_context_endpoints()
179 coap_log_warn("cannot create endpoint for proto %u\n", in init_coap_context_endpoints()
180 info->proto); in init_coap_context_endpoints()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DXmlRangesSchema.java20 import static com.google.i18n.phonenumbers.metadata.proto.Types.ValidNumberType.UNKNOWN;
27 import com.google.i18n.phonenumbers.metadata.proto.Types.ValidNumberType;
/third_party/python/Modules/
H A D_scproxy.c131 set_proxy(PyObject* proxies, const char* proto, CFDictionaryRef proxyDict, in set_proxy() argument
158 r = PyDict_SetItemString(proxies, proto, in set_proxy()
/third_party/skia/buildtools/checkdeps/
H A Dcheckdeps.py9 "#include" and "import" directives in the .cpp, .java, and .proto source files.
88 proto = proto_checker.ProtoChecker(
92 for checker in [java, cpp, proto] for extension in checker.EXTENSIONS)
/third_party/python/Lib/test/
H A Dtest_descr.py5130 def _check_reduce(self, proto, obj, args=(), kwargs={}, state=None,
5132 if proto >= 2:
5133 reduce_value = obj.__reduce_ex__(proto)
5157 self.assertEqual(obj.__reduce_ex__(proto), reduce_value)
5170 for proto in protocols:
5171 self._check_reduce(proto, obj, args)
5175 for proto in protocols:
5176 self._check_reduce(proto, obj, args, state=state)
5182 for proto in protocols:
5183 if proto >
[all...]
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex301 If a \tag{proto} or \tag{param} tag of a \tag{command} has a
462 \item \tag{proto} must be the first element, and is a tag defining the C
491 \subsection{Command prototype (\tag{proto} tags)}
492 \label{tag:command:proto}
494 The \tag{proto} tag defines the return type and name of a command.
496 \subsubsection{Attributes of \tag{proto} tags}
505 \subsubsection{Contents of \tag{proto} tags}
507 The text elements of a \tag{proto} tag, with all other tags removed, is
563 <proto>void <name>glBeginConditionalRenderNV</name></proto>
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1169 __be16 proto; in mlx5e_lro_update_hdr() local
1173 proto = __vlan_get_protocol(skb, eth->h_proto, &network_depth); in mlx5e_lro_update_hdr()
1178 if (proto == htons(ETH_P_IP)) { in mlx5e_lro_update_hdr()
1363 __be16 *proto) in is_last_ethertype_ip()
1365 *proto = ((struct ethhdr *)skb->data)->h_proto; in is_last_ethertype_ip()
1366 *proto = __vlan_get_protocol(skb, *proto, network_depth); in is_last_ethertype_ip()
1368 if (*proto == htons(ETH_P_IP)) in is_last_ethertype_ip()
1371 if (*proto == htons(ETH_P_IPV6)) in is_last_ethertype_ip()
1380 __be16 proto; in mlx5e_enable_ecn() local
1362 is_last_ethertype_ip(struct sk_buff *skb, int *network_depth, __be16 *proto) is_last_ethertype_ip() argument
1394 get_ip_proto(struct sk_buff *skb, int network_depth, __be16 proto) get_ip_proto() argument
1440 mlx5e_skb_csum_fixup(struct sk_buff *skb, int network_depth, __be16 proto, struct mlx5e_rq_stats *stats) mlx5e_skb_csum_fixup() argument
1485 __be16 proto; mlx5e_handle_csum() local
[all...]
/third_party/curl/lib/vssh/
H A Dlibssh2.c308 struct ssh_conn *sshc = &conn->proto.sshc; in state()
478 struct ssh_conn *sshc = &conn->proto.sshc; in ssh_knownhost()
645 struct ssh_conn *sshc = &conn->proto.sshc; in ssh_check_fingerprint()
843 struct ssh_conn *sshc = &conn->proto.sshc; in ssh_force_knownhost_key_type()
970 struct ssh_conn *sshc = &conn->proto.sshc; in ssh_statemach_act()
3074 struct ssh_conn *sshc = &conn->proto.sshc; in ssh_block2waitfor()
3094 struct ssh_conn *sshc = &conn->proto.sshc; in ssh_multi_statemach()
3113 struct ssh_conn *sshc = &conn->proto.sshc; in ssh_block_statemach()
3193 struct ssh_conn *ssh = &conn->proto.sshc; in ssh_tls_recv()
3217 struct ssh_conn *ssh = &conn->proto in ssh_tls_send()
[all...]
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
H A DLiteTest.java93 // a proto with optimize_for = LITE_RUNTIME compiles correctly when in testLite()
1368 TestAllTypesLite proto = in testToStringPrimitives()
1373 assertToStringEquals("optional_int32: 1\noptional_int64: 9223372036854775807", proto); in testToStringPrimitives()
1375 proto = in testToStringPrimitives()
1381 "optional_bool: true\noptional_nested_enum: " + NestedEnum.BAZ.toString(), proto); in testToStringPrimitives()
1383 proto = TestAllTypesLite.newBuilder().setOptionalFloat(2.72f).setOptionalDouble(3.14).build(); in testToStringPrimitives()
1384 assertToStringEquals("optional_double: 3.14\noptional_float: 2.72", proto); in testToStringPrimitives()
1389 TestAllTypesLite proto = in testToStringStringFields()
1391 assertToStringEquals("optional_string: \"foo\\\"bar\\nbaz\\\\\"", proto); in testToStringStringFields()
1393 proto in testToStringStringFields()
[all...]
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc1753 Handle<JSArray> proto = factory->NewJSArray(0, TERMINAL_FAST_ELEMENTS_KIND, in InitializeGlobal() local
1755 JSFunction::SetPrototype(array_function, proto); in InitializeGlobal()
1756 native_context()->set_initial_array_prototype(*proto); in InitializeGlobal()
1771 JSObject::AddProperty(isolate_, proto, factory->constructor_string(), in InitializeGlobal()
1774 SimpleInstallFunction(isolate_, proto, "concat", in InitializeGlobal()
1776 SimpleInstallFunction(isolate_, proto, "copyWithin", in InitializeGlobal()
1778 SimpleInstallFunction(isolate_, proto, "fill", Builtin::kArrayPrototypeFill, in InitializeGlobal()
1780 SimpleInstallFunction(isolate_, proto, "find", Builtin::kArrayPrototypeFind, in InitializeGlobal()
1782 SimpleInstallFunction(isolate_, proto, "findIndex", in InitializeGlobal()
1784 SimpleInstallFunction(isolate_, proto, "lastIndexO in InitializeGlobal()
6243 JSObject::ForceSetPrototype(isolate(), to, proto); TransferObject() local
[all...]

Completed in 31 milliseconds

1...<<41424344454647484950>>...149