/openbmc/linux/drivers/input/touchscreen/ |
H A D | touchit213.c | 194 .proto = SERIO_TOUCHIT213,
|
H A D | touchright.c | 154 .proto = SERIO_TOUCHRIGHT,
|
H A D | gunze.c | 149 .proto = SERIO_GUNZE,
|
H A D | hampshire.c | 164 .proto = SERIO_HAMPSHIRE,
|
H A D | inexio.c | 166 .proto = SERIO_INEXIO,
|
H A D | dynapro.c | 165 .proto = SERIO_DYNAPRO,
|
H A D | egalax_ts_serial.c | 167 .proto = SERIO_EGALAX,
|
H A D | tsc40.c | 147 .proto = SERIO_TSC40,
|
H A D | mtouch.c | 180 .proto = SERIO_MICROTOUCH,
|
/openbmc/linux/include/linux/ |
H A D | igmp.h | 111 extern int ip_check_mc_rcu(struct in_device *dev, __be32 mc_addr, __be32 src_addr, u8 proto);
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_uart.h | 73 const struct hci_uart_proto *proto; member
|
H A D | hci_nokia.c | 87 u8 proto; member 108 u8 proto; member 286 neg_cmd->proto = NOKIA_PROTO_BYTE; in nokia_send_negotiation()
|
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel_core.c | 51 __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 D | af_inet6.c | 126 struct proto *answer_prot; in inet6_create() 442 const struct proto *prot; in inet6_bind_sk() 566 const struct proto *prot; in inet6_ioctl() 650 const struct proto *prot; in inet6_sendmsg() 667 const struct proto *prot; in inet6_recvmsg()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_bpf.c | 138 memset(&ct->proto, 0, sizeof(ct->proto)); in __bpf_nf_ct_alloc_entry()
|
/openbmc/qemu/hw/net/ |
H A D | virtio-net.c | 2129 if (chain->proto == ETH_P_IP) { in virtio_net_rsc_drain_seg() 2202 switch (chain->proto) { in virtio_net_rsc_cache_buf() 2400 if (chain->proto == ETH_P_IP) { in virtio_net_rsc_do_coalesce() 2613 if ((proto != (uint16_t)ETH_P_IP) && (proto != (uint16_t)ETH_P_IPV6)) { in virtio_net_rsc_lookup_chain() 2618 if (chain->proto == proto) { in virtio_net_rsc_lookup_chain() 2625 chain->proto = proto; in virtio_net_rsc_lookup_chain() 2626 if (proto == (uint16_t)ETH_P_IP) { in virtio_net_rsc_lookup_chain() 2647 uint16_t proto; in virtio_net_rsc_receive() local 2658 proto = htons(eth->h_proto); in virtio_net_rsc_receive() 2660 chain = virtio_net_rsc_lookup_chain(n, nc, proto); in virtio_net_rsc_receive() [all …]
|
H A D | ftgmac100.c | 260 static int ftgmac100_max_frame_size(FTGMAC100State *s, uint16_t proto) in ftgmac100_max_frame_size() argument 264 return max + (proto == ETH_P_VLAN ? 4 : 0); in ftgmac100_max_frame_size() 1039 uint16_t proto = be16_to_cpu(PKT_GET_ETH_HDR(buf)->h_proto); in ftgmac100_receive() local 1040 int max_frame_size = ftgmac100_max_frame_size(s, proto); in ftgmac100_receive() 1105 if (first && proto == ETH_P_VLAN && buf_len >= 18) { in ftgmac100_receive()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_filter.c | 268 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 D | drop_monitor_tests.sh | 73 $TC filter add dev dummy10 egress pref 1 handle 101 proto ip \
|
H A D | msg_zerocopy.c | 501 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 D | core.h | 104 struct brcmf_proto *proto; member
|
/openbmc/linux/drivers/net/usb/ |
H A D | qmi_wwan.c | 568 __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 D | pcm_compat.c | 81 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 D | hclge_mbx.h | 216 __le16 proto; member
|
/openbmc/linux/net/phonet/ |
H A D | datagram.c | 167 static struct proto pn_proto = {
|