Home
last modified time | relevance | path

Searched refs:proto (Results 626 – 650 of 1112) sorted by relevance

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

/openbmc/linux/drivers/input/touchscreen/
H A Dtouchwin.c161 .proto = SERIO_TOUCHWIN,
H A Dtouchit213.c194 .proto = SERIO_TOUCHIT213,
H A Dtouchright.c154 .proto = SERIO_TOUCHRIGHT,
H A Dgunze.c149 .proto = SERIO_GUNZE,
H A Dhampshire.c164 .proto = SERIO_HAMPSHIRE,
H A Dinexio.c166 .proto = SERIO_INEXIO,
H A Ddynapro.c165 .proto = SERIO_DYNAPRO,
H A Degalax_ts_serial.c167 .proto = SERIO_EGALAX,
H A Dtsc40.c147 .proto = SERIO_TSC40,
H A Dmtouch.c180 .proto = SERIO_MICROTOUCH,
/openbmc/linux/include/linux/
H A Digmp.h111 extern int ip_check_mc_rcu(struct in_device *dev, __be32 mc_addr, __be32 src_addr, u8 proto);
/openbmc/linux/drivers/bluetooth/
H A Dhci_uart.h73 const struct hci_uart_proto *proto; member
H A Dhci_nokia.c87 u8 proto; member
108 u8 proto; member
286 neg_cmd->proto = NOKIA_PROTO_BYTE; in nokia_send_negotiation()
/openbmc/linux/net/ipv4/
H A Dip_tunnel_core.c51 __be32 src, __be32 dst, __u8 proto, in iptunnel_xmit() argument
75 iph->protocol = proto; in iptunnel_xmit()
358 u8 proto = ip6h->nexthdr; in iptunnel_pmtud_check_icmpv6() local
369 offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), &proto, in iptunnel_pmtud_check_icmpv6()
374 if (proto == IPPROTO_ICMPV6) { in iptunnel_pmtud_check_icmpv6()
/openbmc/linux/net/ipv6/
H A Daf_inet6.c126 struct proto *answer_prot; in inet6_create()
444 const struct proto *prot; in inet6_bind_sk()
568 const struct proto *prot; in inet6_ioctl()
652 const struct proto *prot; in inet6_sendmsg()
669 const struct proto *prot; in inet6_recvmsg()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_bpf.c138 memset(&ct->proto, 0, sizeof(ct->proto)); in __bpf_nf_ct_alloc_entry()
/openbmc/qemu/hw/net/
H A Dvirtio-net.c2097 if (chain->proto == ETH_P_IP) { in virtio_net_rsc_drain_seg()
2170 switch (chain->proto) { in virtio_net_rsc_cache_buf()
2368 if (chain->proto == ETH_P_IP) { in virtio_net_rsc_do_coalesce()
2581 if ((proto != (uint16_t)ETH_P_IP) && (proto != (uint16_t)ETH_P_IPV6)) { in virtio_net_rsc_lookup_chain()
2586 if (chain->proto == proto) { in virtio_net_rsc_lookup_chain()
2593 chain->proto = proto; in virtio_net_rsc_lookup_chain()
2594 if (proto == (uint16_t)ETH_P_IP) { in virtio_net_rsc_lookup_chain()
2615 uint16_t proto; in virtio_net_rsc_receive() local
2626 proto = htons(eth->h_proto); in virtio_net_rsc_receive()
2628 chain = virtio_net_rsc_lookup_chain(n, nc, proto); in virtio_net_rsc_receive()
[all …]
H A Dftgmac100.c261 static int ftgmac100_max_frame_size(FTGMAC100State *s, uint16_t proto) in ftgmac100_max_frame_size() argument
265 return max + (proto == ETH_P_VLAN ? 4 : 0); in ftgmac100_max_frame_size()
1040 uint16_t proto = be16_to_cpu(PKT_GET_ETH_HDR(buf)->h_proto); in ftgmac100_receive() local
1041 int max_frame_size = ftgmac100_max_frame_size(s, proto); in ftgmac100_receive()
1106 if (first && proto == ETH_P_VLAN && buf_len >= 18) { in ftgmac100_receive()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c268 unsupported(fconf, PROTOCOL_F, fs->val.proto, fs->mask.proto) || in validate_filter()
897 fwr->ptcl = f->fs.val.proto; in set_filter_wr()
898 fwr->ptclm = f->fs.mask.proto; in set_filter_wr()
1080 if (fs->val.proto && !fs->mask.proto) in fill_default_mask()
1081 fs->mask.proto |= ~0; in fill_default_mask()
1216 ntuple_mask |= (u64)fs->mask.proto << tp->protocol_shift; in is_filter_exact_match()
1254 if (!fs->val.proto) in hash_filter_ntuple()
1257 ntuple |= (u64)fs->val.proto << tp->protocol_shift; in hash_filter_ntuple()
/openbmc/linux/tools/testing/selftests/net/
H A Ddrop_monitor_tests.sh73 $TC filter add dev dummy10 egress pref 1 handle 101 proto ip \
H A Dmsg_zerocopy.c501 uint16_t proto = cfg_family == PF_INET ? ETH_P_IP : ETH_P_IPV6; in do_tx() local
507 eth.h_proto = htons(proto); in do_tx()
517 laddr.sll_protocol = htons(proto); in do_tx()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.h104 struct brcmf_proto *proto; member
/openbmc/linux/drivers/net/usb/
H A Dqmi_wwan.c568 __be16 proto; in qmi_wwan_rx_fixup() local
584 proto = htons(ETH_P_IP); in qmi_wwan_rx_fixup()
587 proto = htons(ETH_P_IPV6); in qmi_wwan_rx_fixup()
606 skb->protocol = proto; in qmi_wwan_rx_fixup()
614 eth_hdr(skb)->h_proto = proto; in qmi_wwan_rx_fixup()
/openbmc/linux/sound/core/
H A Dpcm_compat.c81 u32 proto; member
104 get_user(params.proto, &src->proto)) in snd_pcm_ioctl_sw_params_compat()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhclge_mbx.h216 __le16 proto; member

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