/kernel/linux/linux-6.6/drivers/net/wireless/ath/ |
H A D | trace.h | 29 #define TRACE_EVENT(name, proto, ...) static inline void trace_ ## name(proto) {}
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_policy.h | 37 __u8 saddr : 1, daddr : 1, proto : 1, mode : 1, spi : 1, reqid : 1; member 54 __u8 proto; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ip6_tunnel.h | 36 __u8 proto; member 47 __u8 proto; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ip6_tunnel.h | 36 __u8 proto; member 47 __u8 proto; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_policy.h | 37 __u8 saddr : 1, daddr : 1, proto : 1, mode : 1, spi : 1, reqid : 1; member 54 __u8 proto; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | ip6_tunnel.h | 23 __u8 proto; member 34 __u8 proto; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/ |
H A D | xt_policy.h | 25 proto:1, member 56 __u8 proto; member
|
/third_party/jerryscript/jerry-debugger/ |
H A D | jerry_client_tcp.py | 23 def __init__(self, address, socket_family=socket.AF_INET, socket_type=socket.SOCK_STREAM, proto=0, fileno=None): 25 self.socket = socket.socket(socket_family, socket_type, proto, fileno)
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | pmtu.sh | 524 proto=${1} 531 [ ${proto} -eq 6 ] && vti_type="vti6" || vti_type="vti" 533 run_cmd ${ns_a} ip link add vti${proto}_a type ${vti_type} local ${veth_a_addr} remote ${veth_b_addr} key 10 || return 1 534 run_cmd ${ns_b} ip link add vti${proto}_b type ${vti_type} local ${veth_b_addr} remote ${veth_a_addr} key 10 536 run_cmd ${ns_a} ip addr add ${vti_a_addr}/${vti_mask} dev vti${proto}_a 537 run_cmd ${ns_b} ip addr add ${vti_b_addr}/${vti_mask} dev vti${proto}_b 539 run_cmd ${ns_a} ip link set vti${proto}_a up 540 run_cmd ${ns_b} ip link set vti${proto}_b up 619 proto=${1} 623 run_cmd ${ns_a} ip -${proto} xfr [all...] |
H A D | tcp_fastopen_backup_key.c | 91 static void build_rcv_fd(int family, int proto, int *rcv_fds) in build_rcv_fd() argument 126 rcv_fds[i] = socket(family, proto, 0); in build_rcv_fd() 138 if (proto == SOCK_STREAM && listen(rcv_fds[i], 10)) in build_rcv_fd() 143 static int connect_and_send(int family, int proto) in connect_and_send() argument 189 fd = socket(family, proto, 0); in connect_and_send()
|
/kernel/linux/linux-5.10/net/802/ |
H A D | garp.c | 261 app->app->proto.group_address); in garp_pdu_queue() 511 static void garp_pdu_rcv(const struct stp_proto *proto, struct sk_buff *skb, in garp_pdu_rcv() argument 514 struct garp_application *appl = proto->data; in garp_pdu_rcv() 587 err = dev_mc_add(dev, appl->proto.group_address); in garp_init_applicant() 631 dev_mc_del(dev, appl->proto.group_address); in garp_uninit_applicant() 639 appl->proto.rcv = garp_pdu_rcv; in garp_register_application() 640 appl->proto.data = appl; in garp_register_application() 641 return stp_proto_register(&appl->proto); in garp_register_application() 647 stp_proto_unregister(&appl->proto); in garp_unregister_application()
|
/kernel/linux/linux-6.6/net/802/ |
H A D | garp.c | 261 app->app->proto.group_address); in garp_pdu_queue() 511 static void garp_pdu_rcv(const struct stp_proto *proto, struct sk_buff *skb, in garp_pdu_rcv() argument 514 struct garp_application *appl = proto->data; in garp_pdu_rcv() 587 err = dev_mc_add(dev, appl->proto.group_address); in garp_init_applicant() 631 dev_mc_del(dev, appl->proto.group_address); in garp_uninit_applicant() 639 appl->proto.rcv = garp_pdu_rcv; in garp_register_application() 640 appl->proto.data = appl; in garp_register_application() 641 return stp_proto_register(&appl->proto); in garp_register_application() 647 stp_proto_unregister(&appl->proto); in garp_unregister_application()
|
/third_party/python/Modules/_ctypes/ |
H A D | stgdict.c | 43 Py_CLEAR(self->proto); in PyCStgDict_clear() 96 Py_XINCREF(dst->proto); in PyCStgDict_clone() 210 _fields_ descriptors from descr->proto, create new descriptors with offset 221 fields = PyObject_GetAttrString(descr->proto, "_fields_"); in MakeFields() 239 fdescr = (CFieldObject *)PyObject_GetAttr(descr->proto, fname); in MakeFields() 271 new_descr->proto = fdescr->proto; in MakeFields() 272 Py_XINCREF(new_descr->proto); in MakeFields() 763 edict = PyType_stgdict(dict->proto); in PyCStructUnionType_update_stgdict() 862 edict = PyType_stgdict(dict->proto); in PyCStructUnionType_update_stgdict() [all...] |
/kernel/linux/linux-5.10/arch/hexagon/lib/ |
H A D | checksum.c | 51 __u32 len, __u8 proto, __wsum sum) in csum_tcpudp_magic() 55 (__force u64)sum + ((len + proto) << 8)); in csum_tcpudp_magic() 59 __u32 len, __u8 proto, __wsum sum) in csum_tcpudp_nofold() 64 (__force u64)sum + ((len + proto) << 8); in csum_tcpudp_nofold() 50 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, __u8 proto, __wsum sum) csum_tcpudp_magic() argument 58 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len, __u8 proto, __wsum sum) csum_tcpudp_nofold() argument
|
/kernel/linux/linux-6.6/arch/hexagon/lib/ |
H A D | checksum.c | 51 __u32 len, __u8 proto, __wsum sum) in csum_tcpudp_magic() 55 (__force u64)sum + ((len + proto) << 8)); in csum_tcpudp_magic() 59 __u32 len, __u8 proto, __wsum sum) in csum_tcpudp_nofold() 64 (__force u64)sum + ((len + proto) << 8); in csum_tcpudp_nofold() 50 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, __u8 proto, __wsum sum) csum_tcpudp_magic() argument 58 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len, __u8 proto, __wsum sum) csum_tcpudp_nofold() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | devlink_trap_tunnel_ipip.sh | 132 )"01:"$( : IP proto 159 len=48,tos=$outer_tos,proto=47,p=$payload -q & 191 )"01:"$( : IP proto 216 -A $sip -B 192.0.2.65 -t ip len=48,proto=47,p=$payload -q &
|
/kernel/linux/linux-5.10/net/dsa/ |
H A D | dsa_priv.h | 207 u16 vid, pvid, proto; in dsa_untag_bridge_pvid() local 213 err = br_vlan_get_proto(br, &proto); in dsa_untag_bridge_pvid() 218 if (!skb_vlan_tag_present(skb) && skb->protocol == htons(proto)) { in dsa_untag_bridge_pvid() 248 upper_dev = __vlan_find_dev_deep_rcu(br, htons(proto), vid); in dsa_untag_bridge_pvid()
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | rif_mac_profiles.sh | 112 tc filter add dev $rp2 egress proto ip pref 1 handle 101 \ 118 tc filter add dev $h2 ingress proto ip pref 1 handle 101 \ 147 tc filter add dev $rp1 egress proto ip pref 1 handle 101 \ 151 tc filter add dev $h1 ingress proto ip pref 1 handle 101 \
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | registry_xml.py | 413 proto = command_node.find('proto') 414 cmd_name = proto.find('name').text 568 proto = command_node.find('proto') 569 proto_text = "".join(proto.itertext())
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ipsec.c | 386 * @proto: protocol to match 393 __be32 *daddr, u8 proto, in ixgbe_ipsec_find_rx_state() 408 proto == rsa->xs->id.proto) { in ixgbe_ipsec_find_rx_state() 572 if (xs->id.proto != IPPROTO_ESP && xs->id.proto != IPPROTO_AH) { in ixgbe_ipsec_add_sa() 574 xs->id.proto); in ixgbe_ipsec_add_sa() 608 if (rsa.xs->id.proto & IPPROTO_ESP) in ixgbe_ipsec_add_sa() 680 if (rsa.xs->id.proto & IPPROTO_ESP) in ixgbe_ipsec_add_sa() 718 if (xs->id.proto in ixgbe_ipsec_add_sa() 392 ixgbe_ipsec_find_rx_state(struct ixgbe_ipsec *ipsec, __be32 *daddr, u8 proto, __be32 spi, bool ip4) ixgbe_ipsec_find_rx_state() argument 1174 u8 proto; ixgbe_ipsec_rx() local [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fou.c | 233 u8 proto = fou_from_sock(sk)->protocol; in fou_gro_receive() local 251 ops = rcu_dereference(offloads[proto]); in fou_gro_receive() 267 u8 proto = fou_from_sock(sk)->protocol; in fou_gro_complete() local 273 ops = rcu_dereference(offloads[proto]); in fou_gro_complete() 325 u8 proto; in gue_gro_receive() local 345 proto = IPPROTO_IPIP; in gue_gro_receive() 348 proto = IPPROTO_IPV6; in gue_gro_receive() 426 proto = guehdr->proto_ctype; in gue_gro_receive() 443 ops = rcu_dereference(offloads[proto]); in gue_gro_receive() 464 u8 proto; in gue_gro_complete() local 1115 gue_err_proto_handler(int proto, struct sk_buff *skb, u32 info) gue_err_proto_handler() argument [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fou_core.c | 236 u8 proto = fou_from_sock(sk)->protocol; in fou_gro_receive() local 252 ops = rcu_dereference(offloads[proto]); in fou_gro_receive() 266 u8 proto = fou_from_sock(sk)->protocol; in fou_gro_complete() local 271 ops = rcu_dereference(offloads[proto]); in fou_gro_complete() 321 u8 proto; in gue_gro_receive() local 338 proto = IPPROTO_IPIP; in gue_gro_receive() 341 proto = IPPROTO_IPV6; in gue_gro_receive() 419 proto = guehdr->proto_ctype; in gue_gro_receive() 435 ops = rcu_dereference(offloads[proto]); in gue_gro_receive() 454 u8 proto; in gue_gro_complete() local 1069 gue_err_proto_handler(int proto, struct sk_buff *skb, u32 info) gue_err_proto_handler() argument [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.h | 94 // Defined in descriptor.proto 154 // See the comments in SourceCodeInfo.Location (descriptor.proto) for details. 165 // example, the C++ code generation for fields in the proto compiler) rely on 251 // The .proto file in which this message type was defined. Never nullptr. 258 // Get options for this message type. These are specified in the .proto file 260 // Allowed options are defined by MessageOptions in descriptor.proto, and any 267 void CopyTo(DescriptorProto* proto) const; 317 // These are returned in the order they were defined in the .proto file. 346 // These are returned in the order they were defined in the .proto file. 357 // These are returned in the order they were defined in the .proto fil [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | sock.h | 114 struct proto; 197 struct proto *skc_prot; 482 struct proto *sk_prot_creator; 1174 struct proto { struct 1288 int proto_register(struct proto *prot, int alloc_slab); 1289 void proto_unregister(struct proto *prot); 1411 proto_sockets_allocated_sum_positive(struct proto *prot) in proto_sockets_allocated_sum_positive() 1417 proto_memory_allocated(struct proto *prot) in proto_memory_allocated() 1423 proto_memory_pressure(struct proto *prot) in proto_memory_pressure() 1433 void sock_prot_inuse_add(struct net *net, struct proto *pro 2765 sk_get_wmem0(const struct sock *sk, const struct proto *proto) sk_get_wmem0() argument 2774 sk_get_rmem0(const struct sock *sk, const struct proto *proto) sk_get_rmem0() argument [all...] |
/third_party/python/Modules/ |
H A D | _pickle.c | 647 int proto; /* Pickle protocol number, >= 0 */ member 648 int bin; /* Boolean, true if proto > 0 */ 649 int framing; /* True when framing is enabled, proto >= 4 */ 705 int proto; /* Protocol of the pickle loaded. */ member 1129 self->proto = 0; in _Pickler_New() 1157 long proto; in _Pickler_SetProtocol() local 1160 proto = DEFAULT_PROTOCOL; in _Pickler_SetProtocol() 1163 proto = PyLong_AsLong(protocol); in _Pickler_SetProtocol() 1164 if (proto < 0) { in _Pickler_SetProtocol() 1165 if (proto in _Pickler_SetProtocol() 4441 PyObject *proto; save() local [all...] |