/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | ip_check_defrag.c | 166 .proto = IPPROTO_RAW, in test_bpf_ip_check_defrag_ok()
|
/kernel/linux/linux-6.6/net/bluetooth/cmtp/ |
H A D | sock.c | 194 static struct proto cmtp_proto = {
|
/kernel/linux/linux-6.6/net/hsr/ |
H A D | hsr_main.h | 179 int (*fill_frame_info)(__be16 proto, struct sk_buff *skb,
|
/third_party/libcoap/include/coap3/ |
H A D | coap_pdu.h | 432 * @param proto Session's protocol 441 int coap_pdu_parse(coap_proto_t proto,
|
/third_party/nghttp2/src/ |
H A D | shrpx_tls.h | 208 // Returns true if |proto| is included in the 211 const StringRef &proto);
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface.h | 97 // protoc --cpp_out=outdir --foo_out=outdir --proto_path=src src/foo.proto 99 // The .proto file to compile can be specified on the command line using either 101 // in --proto_path. For example, for src/foo.proto, the following two protoc 103 // 1. protoc --proto_path=src src/foo.proto (physical file path) 104 // 2. protoc --proto_path=src foo.proto (virtual path relative to src) 164 // PROTO_FILES list the .proto files which were given on the compiler 167 // (as defined in descriptor.proto). This is piped to the plugin's stdin. 195 // always try to find the .proto file relative to the current directory 218 // Remaps the proto file so that it is relative to one of the directories 221 std::string* proto, [all...] |
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_bcm.c | 575 else if (hu->proto->init_speed) in bcm_setup() 576 speed = hu->proto->init_speed; in bcm_setup() 588 else if (hu->proto->oper_speed) in bcm_setup() 589 speed = hu->proto->oper_speed; in bcm_setup()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_fdir.c | 513 switch (input->ip.v4.proto) { in ice_fdir_get_gen_prgm_pkt() 530 switch (input->ip.v6.proto) { in ice_fdir_get_gen_prgm_pkt() 778 a->ip.v4.proto == b->ip.v4.proto && in ice_fdir_comp_rules()
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
H A D | tc_flower.sh | 1055 tc filter add dev $h2 ingress pref $i proto ipv4 \ 1060 tc filter add dev $h2 ingress pref $i proto ipv6 \ 1076 tc filter del dev $h2 ingress pref $i proto ipv4 \ 1081 tc filter del dev $h2 ingress pref $i proto ipv6 \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_tx.c | 1052 u8 proto; in mlx4_en_xmit() local 1055 proto = (ip.v4->version == 4) ? ip.v4->protocol : in mlx4_en_xmit() 1058 if (proto == IPPROTO_TCP || proto == IPPROTO_UDP) in mlx4_en_xmit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | efx.c | 563 static int efx_vlan_rx_add_vid(struct net_device *net_dev, __be16 proto, u16 vid) in efx_vlan_rx_add_vid() argument 568 return efx->type->vlan_rx_add_vid(efx, proto, vid); in efx_vlan_rx_add_vid() 573 static int efx_vlan_rx_kill_vid(struct net_device *net_dev, __be16 proto, u16 vid) in efx_vlan_rx_kill_vid() argument 578 return efx->type->vlan_rx_kill_vid(efx, proto, vid); in efx_vlan_rx_kill_vid()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.h | 910 u32 action, u16 vid, u16 proto, u8 prio, 1216 enum mlxsw_sp_l3proto proto, 1220 enum mlxsw_sp_l3proto proto, 1224 enum mlxsw_sp_l3proto proto,
|
/kernel/linux/linux-5.10/net/nfc/ |
H A D | digital_technology.c | 746 u8 proto; in digital_in_recv_sensf_res() local 783 proto = NFC_PROTO_NFC_DEP; in digital_in_recv_sensf_res() 785 proto = NFC_PROTO_FELICA; in digital_in_recv_sensf_res() 787 rc = digital_target_found(ddev, &target, proto); in digital_in_recv_sensf_res()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | fs_context.c | 150 fsparam_string("proto", Opt_proto), 886 * + breaking back: trying proto=udp after proto=tcp, v2 after v3, 941 * for proto == XPRT_TRANSPORT_UDP, which is what uses in nfs23_parse_monolithic() 1083 compat_int_t proto; member 1096 data->proto = compat->proto; in nfs4_compat_mount_data_conv() 1193 ctx->nfs_server.protocol = data->proto; in nfs4_parse_monolithic() 1254 /* Verify that any proto=/mountproto= options match the address in nfs_fs_context_validate() 1337 return nfs_invalf(fc, "NFS: Server address does not match proto in nfs_fs_context_validate() [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_flow_table_offload.c | 664 __be16 proto, int priority, in nf_flow_offload_init() 669 cls_flow->common.protocol = proto; in nf_flow_offload_init() 687 __be16 proto = ETH_P_ALL; in nf_flow_offload_tuple() local 690 nf_flow_offload_init(&cls_flow, proto, priority, cmd, in nf_flow_offload_tuple() 663 nf_flow_offload_init(struct flow_cls_offload *cls_flow, __be16 proto, int priority, enum flow_cls_command cmd, const struct flow_offload_tuple *tuple, struct netlink_ext_ack *extack) nf_flow_offload_init() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_mbx.c | 445 __be16 proto; in hclge_set_vf_vlan_cfg() local 451 proto = cpu_to_be16(le16_to_cpu(msg_cmd->proto)); in hclge_set_vf_vlan_cfg() 453 return hclge_set_vlan_filter(handle, proto, vlan_id, in hclge_set_vf_vlan_cfg()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | efx.c | 564 static int efx_vlan_rx_add_vid(struct net_device *net_dev, __be16 proto, u16 vid) in efx_vlan_rx_add_vid() argument 569 return efx->type->vlan_rx_add_vid(efx, proto, vid); in efx_vlan_rx_add_vid() 574 static int efx_vlan_rx_kill_vid(struct net_device *net_dev, __be16 proto, u16 vid) in efx_vlan_rx_kill_vid() argument 579 return efx->type->vlan_rx_kill_vid(efx, proto, vid); in efx_vlan_rx_kill_vid()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | efx.c | 562 static int efx_vlan_rx_add_vid(struct net_device *net_dev, __be16 proto, u16 vid) in efx_vlan_rx_add_vid() argument 567 return efx->type->vlan_rx_add_vid(efx, proto, vid); in efx_vlan_rx_add_vid() 572 static int efx_vlan_rx_kill_vid(struct net_device *net_dev, __be16 proto, u16 vid) in efx_vlan_rx_kill_vid() argument 577 return efx->type->vlan_rx_kill_vid(efx, proto, vid); in efx_vlan_rx_kill_vid()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | fs_context.c | 174 fsparam_string("proto", Opt_proto), 1034 * + breaking back: trying proto=udp after proto=tcp, v2 after v3, 1090 * for proto == XPRT_TRANSPORT_UDP, which is what uses in nfs23_parse_monolithic() 1235 compat_int_t proto; member 1248 data->proto = compat->proto; in nfs4_compat_mount_data_conv() 1346 ctx->nfs_server.protocol = data->proto; in nfs4_parse_monolithic() 1404 /* Verify that any proto=/mountproto= options match the address in nfs_fs_context_validate() 1482 return nfs_invalf(fc, "NFS: Server address does not match proto in nfs_fs_context_validate() [all...] |
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_bcm.c | 604 else if (hu->proto->init_speed) in bcm_setup() 605 speed = hu->proto->init_speed; in bcm_setup() 617 else if (hu->proto->oper_speed) in bcm_setup() 618 speed = hu->proto->oper_speed; in bcm_setup()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_tx.c | 1076 u8 proto; in mlx4_en_xmit() local 1079 proto = (ip.v4->version == 4) ? ip.v4->protocol : in mlx4_en_xmit() 1082 if (proto == IPPROTO_TCP || proto == IPPROTO_UDP) in mlx4_en_xmit()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-qcom-geni.c | 120 [BUS_PROTO] = {-EPROTO, "Bus proto err, noisy/unexpected start/stop"}, 770 u32 proto, tx_depth, fifo_disable; in geni_i2c_probe() local 863 proto = geni_se_read_proto(&gi2c->se); in geni_i2c_probe() 864 if (proto != GENI_SE_I2C) { in geni_i2c_probe() 865 dev_err(dev, "Invalid proto %d\n", proto); in geni_i2c_probe()
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | digital_technology.c | 746 u8 proto; in digital_in_recv_sensf_res() local 783 proto = NFC_PROTO_NFC_DEP; in digital_in_recv_sensf_res() 785 proto = NFC_PROTO_FELICA; in digital_in_recv_sensf_res() 787 rc = digital_target_found(ddev, &target, proto); in digital_in_recv_sensf_res()
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
H A D | tc_flower.sh | 1055 tc filter add dev $h2 ingress pref $i proto ipv4 \ 1060 tc filter add dev $h2 ingress pref $i proto ipv6 \ 1076 tc filter del dev $h2 ingress pref $i proto ipv4 \ 1081 tc filter del dev $h2 ingress pref $i proto ipv6 \
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | multicast.c | 530 if (src->proto == htons(ETH_P_IP)) in batadv_mcast_mla_br_addr_cpy() 533 else if (src->proto == htons(ETH_P_IPV6)) in batadv_mcast_mla_br_addr_cpy() 573 if (br_ip_entry->addr.proto == htons(ETH_P_IP)) { in batadv_mcast_mla_bridge_get() 587 if (br_ip_entry->addr.proto == htons(ETH_P_IPV6)) { in batadv_mcast_mla_bridge_get()
|