/openbmc/linux/drivers/media/rc/ |
H A D | rc-main.c | 897 bool rc_validate_scancode(enum rc_proto proto, u32 scancode) in rc_validate_scancode() argument 899 switch (proto) { in rc_validate_scancode()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | sunzilog.c | 1307 serio->id.proto = SERIO_SUNKBD; in sunzilog_register_serio() 1310 serio->id.proto = SERIO_SUN; in sunzilog_register_serio()
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_xmit.c | 1083 __be16 proto = *next_protocol == IPPROTO_IPIP ? in ipvs_gre_encap() local 1092 gre_build_header(skb, hdrlen, tflags, proto, 0, 0); in ipvs_gre_encap()
|
/openbmc/linux/drivers/net/usb/ |
H A D | aqc111.c | 478 __be16 proto, u16 vid) in aqc111_vlan_rx_kill_vid() argument 503 static int aqc111_vlan_rx_add_vid(struct net_device *net, __be16 proto, u16 vid) in aqc111_vlan_rx_add_vid() argument
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_main.c | 4004 int mlx5e_vlan_rx_add_vid(struct net_device *dev, __be16 proto, u16 vid) in mlx5e_vlan_rx_add_vid() argument 4012 return mlx5e_fs_vlan_rx_add_vid(fs, dev, proto, vid); in mlx5e_vlan_rx_add_vid() 4015 int mlx5e_vlan_rx_kill_vid(struct net_device *dev, __be16 proto, u16 vid) in mlx5e_vlan_rx_kill_vid() argument 4023 return mlx5e_fs_vlan_rx_kill_vid(fs, dev, proto, vid); in mlx5e_vlan_rx_kill_vid() 4677 u8 proto; in mlx5e_tunnel_features_check() local 4682 proto = ip_hdr(skb)->protocol; in mlx5e_tunnel_features_check() 4685 proto = ipv6_find_hdr(skb, &offset, -1, NULL, NULL); in mlx5e_tunnel_features_check() 4691 switch (proto) { in mlx5e_tunnel_features_check()
|
/openbmc/linux/drivers/net/ |
H A D | tun.c | 1886 pi.proto = htons(ETH_P_IP); in tun_get_user() 1889 pi.proto = htons(ETH_P_IPV6); in tun_get_user() 1898 skb->protocol = pi.proto; in tun_get_user() 2694 static struct proto tun_proto = {
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_main.c | 1188 __be16 proto, u16 vlan_id, in hclgevf_set_vlan_filter() argument 1199 if (proto != htons(ETH_P_8021Q)) in hclgevf_set_vlan_filter() 1219 vlan_filter->proto = cpu_to_le16(be16_to_cpu(proto)); in hclgevf_set_vlan_filter()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/ |
H A D | 0001-xxhash-bump-to-v2.1.2.patch | 55 …github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983O…
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool.h | 1017 __u8 proto; member
|
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.c | 254 if (x->id.proto != IPPROTO_ESP) { in ch_ipsec_xfrm_add_state()
|
/openbmc/linux/net/rds/ |
H A D | af_rds.c | 632 static struct proto rds_proto = {
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | ethtool.h | 1072 uint8_t proto; member
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_flows.c | 562 if (ipv4_usr_mask->proto) { in otx2_prepare_ipv4_flow() 563 switch (ipv4_usr_hdr->proto) { in otx2_prepare_ipv4_flow()
|
/openbmc/linux/drivers/net/dsa/realtek/ |
H A D | rtl8365mb.c | 1866 enum dsa_tag_protocol proto) in rtl8365mb_change_tag_protocol() argument 1875 switch (proto) { in rtl8365mb_change_tag_protocol()
|
/openbmc/linux/net/openvswitch/ |
H A D | actions.c | 555 set_ipv6_addr(skb, flow_key->ip.proto, saddr, masked, in set_ipv6() 577 set_ipv6_addr(skb, flow_key->ip.proto, daddr, masked, in set_ipv6()
|
/openbmc/linux/net/core/ |
H A D | skbuff.c | 4453 __be16 proto; in skb_segment() local 4481 proto = skb_network_protocol(head_skb, NULL); in skb_segment() 4482 if (unlikely(!proto)) in skb_segment() 4486 csum = !!can_checksum_protocol(features, proto); in skb_segment() 5433 typeof(IPPROTO_IP) proto, in skb_checksum_setup_ip() 5438 switch (proto) { in skb_checksum_setup_ip()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ethtool.c | 2570 fsp->h_u.usr_ip4_spec.proto = 0; in ixgbe_get_ethtool_fdir_entry() 2571 fsp->m_u.usr_ip4_spec.proto = 0; in ixgbe_get_ethtool_fdir_entry() 2779 switch (fsp->h_u.usr_ip4_spec.proto) { in ixgbe_flowspec_to_flow_type() 2790 if (!fsp->m_u.usr_ip4_spec.proto) { in ixgbe_flowspec_to_flow_type()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | ef10.c | 3765 static int efx_ef10_vlan_rx_add_vid(struct efx_nic *efx, __be16 proto, u16 vid) in efx_ef10_vlan_rx_add_vid() argument 3767 if (proto != htons(ETH_P_8021Q)) in efx_ef10_vlan_rx_add_vid() 3773 static int efx_ef10_vlan_rx_kill_vid(struct efx_nic *efx, __be16 proto, u16 vid) in efx_ef10_vlan_rx_kill_vid() argument 3775 if (proto != htons(ETH_P_8021Q)) in efx_ef10_vlan_rx_kill_vid()
|
/openbmc/linux/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_hw.c | 2930 u16 proto; in ocrdma_parse_dcbxcfg_rsp() local 2964 proto = app_param->valid_proto_app & in ocrdma_parse_dcbxcfg_rsp() 2968 valid && proto == ETH_P_IBOE && in ocrdma_parse_dcbxcfg_rsp() 2988 dev->id, proto); in ocrdma_parse_dcbxcfg_rsp()
|
/openbmc/linux/Documentation/admin-guide/nfs/ |
H A D | nfs-rdma.rst | 290 the "proto" field for the given mount.
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_filters.c | 26 switch (fsp->h_u.usr_ip4_spec.proto) { in aq_rule_is_approve()
|
/openbmc/linux/drivers/media/cec/usb/pulse8/ |
H A D | pulse8-cec.c | 904 .proto = SERIO_PULSE8_CEC,
|
/openbmc/linux/tools/include/uapi/sound/ |
H A D | asound.h | 445 unsigned int proto; /* protocol version */ member
|
/openbmc/linux/net/can/ |
H A D | raw.c | 976 static struct proto raw_proto __read_mostly = {
|
/openbmc/linux/include/uapi/sound/ |
H A D | asound.h | 445 unsigned int proto; /* protocol version */ member
|