Home
last modified time | relevance | path

Searched refs:proto (Results 701 – 725 of 1112) sorted by relevance

1...<<21222324252627282930>>...45

/openbmc/linux/include/net/
H A Dfib_rules.h30 u8 proto; member
H A Drequest_sock.h25 struct proto;
H A Daf_vsock.h240 extern struct proto vsock_proto;
H A Dip.h166 void ip_protocol_deliver_rcu(struct net *net, struct sk_buff *skb, int proto);
570 static inline __wsum inet_compute_pseudo(struct sk_buff *skb, int proto) in inet_compute_pseudo() argument
573 skb->len, proto, 0); in inet_compute_pseudo()
H A Dip_vs.h544 struct ip_vs_protocol *ip_vs_proto_get(unsigned short proto);
546 unsigned short proto);
1283 const char *ip_vs_proto_name(unsigned int proto);
1462 int register_ip_vs_app_inc(struct netns_ipvs *ipvs, struct ip_vs_app *app, __u16 proto,
1772 struct ip_vs_conn *cp, u_int8_t proto,
/openbmc/linux/net/dsa/
H A Dtag.c213 if (ops->proto == tag_protocol) { in dsa_tag_driver_get_by_id()
/openbmc/linux/io_uring/
H A During_cmd.c172 struct proto *prot = READ_ONCE(sk->sk_prot); in io_uring_cmd_sock()
/openbmc/linux/drivers/input/joystick/
H A Dspaceorb.c200 .proto = SERIO_SPACEORB,
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcargo_common.bbclass150 repo = '%s://%s@%s%s' % (ud.proto, ud.user, ud.host, ud.path)
152 repo = '%s://%s%s' % (ud.proto, ud.host, ud.path)
/openbmc/linux/net/sched/
H A Dact_mpls.c395 entry->mpls_push.proto = tcf_mpls_proto(act); in tcf_mpls_offload_act_setup()
403 entry->mpls_pop.proto = tcf_mpls_proto(act); in tcf_mpls_offload_act_setup()
/openbmc/linux/drivers/mtd/spi-nor/controllers/
H A Dhisi-sfc.c111 static int hisi_spi_nor_get_if_type(enum spi_nor_protocol proto) in hisi_spi_nor_get_if_type() argument
115 switch (proto) { in hisi_spi_nor_get_if_type()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_arfs.c320 fltr_info->ip.v4.proto = ip_proto; in ice_arfs_build_entry()
329 fltr_info->ip.v6.proto = ip_proto; in ice_arfs_build_entry()
/openbmc/linux/drivers/bluetooth/
H A Dhci_bcm.c604 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()
/openbmc/linux/net/netfilter/
H A Dnf_nat_core.c210 old_state = READ_ONCE(ct->proto.tcp.state); in nf_nat_may_kill()
225 return (__s32)(new->proto.tcp.seen[0].td_end - in nf_seq_has_advanced()
226 old->proto.tcp.seen[0].td_end) > 0; in nf_seq_has_advanced()
247 ignored_conntrack->proto.tcp.state != TCP_CONNTRACK_SYN_SENT) in nf_nat_used_tuple_harder()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c445 __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()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-qcom-geni.c770 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()
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_com.c2379 enum ena_admin_flow_hash_proto proto, in ena_com_get_hash_ctrl() argument
2394 *fields = rss->hash_ctrl->selected_fields[proto].fields; in ena_com_get_hash_ctrl()
2507 enum ena_admin_flow_hash_proto proto, in ena_com_fill_hash_ctrl() argument
2515 if (proto >= ENA_ADMIN_RSS_PROTO_NUM) { in ena_com_fill_hash_ctrl()
2516 netdev_err(ena_dev->net_device, "Invalid proto num (%u)\n", proto); in ena_com_fill_hash_ctrl()
2521 rc = ena_com_get_hash_ctrl(ena_dev, proto, NULL); in ena_com_fill_hash_ctrl()
2526 supported_fields = hash_ctrl->supported_fields[proto].fields; in ena_com_fill_hash_ctrl()
2530 proto, hash_fields, supported_fields); in ena_com_fill_hash_ctrl()
2533 hash_ctrl->selected_fields[proto].fields = hash_fields; in ena_com_fill_hash_ctrl()
/openbmc/linux/net/hsr/
H A Dhsr_main.h179 int (*fill_frame_info)(__be16 proto, struct sk_buff *skb,
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c203 u16 proto = be16_to_cpu(act->vlan.proto); in mlxsw_sp_flower_parse_actions() local
209 proto, prio, extack); in mlxsw_sp_flower_parse_actions()
/openbmc/linux/net/rxrpc/
H A Daf_rxrpc.c34 static struct proto rxrpc_proto;
416 return call->conn->proto.epoch; in rxrpc_kernel_get_epoch()
959 static struct proto rxrpc_proto = {
H A Doutput.c290 pkt.whdr.epoch = htonl(conn->proto.epoch); in rxrpc_send_abort_packet()
541 whdr.epoch = htonl(conn->proto.epoch); in rxrpc_send_conn_abort()
542 whdr.cid = htonl(conn->proto.cid); in rxrpc_send_conn_abort()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_core.c90 const char *ip_vs_proto_name(unsigned int proto) in ip_vs_proto_name() argument
94 switch (proto) { in ip_vs_proto_name()
110 sprintf(buf, "IP_%u", proto); in ip_vs_proto_name()
1506 const union nf_inet_addr *daddr, __u8 *proto) in ipvs_udp_decap() argument
1529 *proto = gueh->proto_ctype; in ipvs_udp_decap()
1541 const union nf_inet_addr *daddr, __u8 *proto) in ipvs_gre_decap() argument
1562 *proto = IPPROTO_IPIP; in ipvs_gre_decap()
/openbmc/linux/net/bridge/
H A Dbr_private.h1064 return group->proto == 0; in br_group_is_l2()
1177 switch (ip->proto) { in br_multicast_is_star_g()
1191 __be16 proto) in br_multicast_should_handle_mode() argument
1193 switch (proto) { in br_multicast_should_handle_mode()
1528 int __br_vlan_set_proto(struct net_bridge *br, __be16 proto,
1970 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb,
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Daf9015.c1182 enum rc_proto proto; in af9015_rc_query() local
1198 proto = RC_PROTO_NEC; in af9015_rc_query()
1204 proto = RC_PROTO_NECX; in af9015_rc_query()
1212 proto = RC_PROTO_NEC32; in af9015_rc_query()
1214 rc_keydown(d->rc_dev, proto, state->rc_keycode, 0); in af9015_rc_query()
/openbmc/linux/drivers/firewire/
H A Dnet.c1230 __be16 proto; in fwnet_tx() local
1261 proto = hdr_buf.h_proto; in fwnet_tx()
1263 switch (proto) { in fwnet_tx()
1316 fwnet_make_uf_hdr(&ptask->hdr, ntohs(proto)); in fwnet_tx()
1324 fwnet_make_ff_hdr(&ptask->hdr, ntohs(proto), dg_size, in fwnet_tx()

1...<<21222324252627282930>>...45