Home
last modified time | relevance | path

Searched refs:protocol (Results 2701 – 2725 of 3726) sorted by relevance

1...<<101102103104105106107108109110>>...150

/openbmc/linux/Documentation/maintainer/
H A Dpull-requests.rst147 git:// protocol to pull from. If you wish to use https://, that
162 Linus responded that he tends to prefer the ``git://`` protocol. Other
/openbmc/linux/drivers/misc/mei/hdcp/
H A Dmei_hdcp.c62 session_init_in.protocol = data->protocol; in mei_hdcp_initiate_session()
/openbmc/linux/Documentation/PCI/
H A Dpcieaer-howto.rst108 interface. The PCIe protocol can recover without any software
172 the interface. The PCIe protocol can recover without any
/openbmc/linux/Documentation/power/
H A Denergy-model.rst199 protocol. The driver implements an est_power() function to be provided to the
209 06 /* Use the 'foo' protocol to ceil the frequency */
/openbmc/linux/include/net/
H A Dpkt_cls.h745 cls_common->protocol = tp->protocol; in tc_cls_common_offload_init()
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8ulp.dtsi177 scmi_devpd: protocol@11 {
182 scmi_sensor: protocol@15 {
/openbmc/linux/net/netfilter/
H A Dnft_meta.c96 switch (skb->protocol) { in nft_meta_get_eval_pkttype_lo()
322 nft_reg_store16(dest, (__force u16)skb->protocol); in nft_meta_get_eval()
H A Dnf_synproxy_core.c409 iph->protocol = IPPROTO_TCP; in synproxy_build_ip()
430 nskb->protocol = htons(ETH_P_IP); in synproxy_send_tcp()
661 ip_hdr(skb)->protocol != IPPROTO_TCP) in ipv4_synproxy_hook()
/openbmc/linux/drivers/net/
H A Dbareudp.c75 if (skb->protocol == htons(ETH_P_IP)) in bareudp_udp_encap_recv()
440 if (!bareudp_proto_valid(bareudp, skb->protocol)) { in bareudp_xmit()
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_imem.c145 cfg->protocol = ipc_imem->mmio->mux_protocol; in ipc_imem_setup_cp_mux_cap_init()
589 ret = ipc_imem_wwan_channel_init(ipc_imem, mux_cfg.protocol); in ipc_imem_run_state_worker()
749 if (ipc_imem->mux->protocol == MUX_AGGREGATION) in ipc_imem_handle_irq()
/openbmc/linux/net/netrom/
H A Daf_netrom.c426 static int nr_create(struct net *net, struct socket *sock, int protocol, in nr_create() argument
435 if (sock->type != SOCK_SEQPACKET || protocol != 0) in nr_create()
447 sk->sk_protocol = protocol; in nr_create()
/openbmc/linux/net/mac80211/
H A Dstatus.c665 if (skb->protocol == sdata->control_port_protocol || in ieee80211_report_ack_skb()
666 skb->protocol == cpu_to_be16(ETH_P_PREAUTH)) in ieee80211_report_ack_skb()
888 skb->protocol = htons(ETH_P_802_2); in ieee80211_tx_monitor()
/openbmc/qemu/docs/system/devices/
H A Dusb.rst116 bulk-only transport protocol used by 99% of USB sticks. This
149 same USB bulk-only transport protocol interface as ``usb-storage``, but
157 Media transfer protocol device, using dir as root of the file tree
/openbmc/linux/Documentation/admin-guide/mm/
H A Duserfaultfd.rst26 1) ``read/POLLIN`` protocol to notify a userland thread of the faults
88 a later API version) which will specify the ``read/POLLIN`` protocol
94 respectively all the available features of the read(2) protocol and
331 the same read(2) protocol as for the page fault notifications. The
/openbmc/linux/include/linux/
H A Dsecurity.h1435 int security_socket_create(int family, int type, int protocol, int kern);
1437 int type, int protocol, int kern);
1502 int protocol, int kern) in security_socket_create() argument
1510 int protocol, int kern) in security_socket_post_create() argument
/openbmc/qemu/docs/devel/
H A Dwriting-monitor-commands.rst7 This document doesn't discuss QMP protocol level details, nor does it dive
11 :doc:`qapi-code-gen`. For the QMP protocol, see the
36 3. At this point the command can be tested under the QMP protocol
120 protocol data.
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c1379 skb->protocol = eth_type_trans(skb, dev); in sge_rx()
1381 skb->protocol == htons(ETH_P_IP) && in sge_rx()
1817 if (skb->protocol == htons(ETH_P_CPL5)) in t1_start_xmit()
1866 ip_hdr(skb)->protocol == IPPROTO_UDP) { in t1_start_xmit()
1878 if (skb->protocol == htons(ETH_P_ARP) && in t1_start_xmit()
/openbmc/linux/net/iucv/
H A Daf_iucv.c248 skb->protocol = cpu_to_be16(ETH_P_AF_IUCV); in afiucv_hs_send()
2225 static int iucv_sock_create(struct net *net, struct socket *sock, int protocol, in iucv_sock_create() argument
2230 if (protocol && protocol != PF_IUCV) in iucv_sock_create()
2245 sk = iucv_sock_alloc(sock, protocol, GFP_KERNEL, kern); in iucv_sock_create()
/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c72 if (skb->protocol == htons(ETH_P_IP)) { in mana_checksum_info()
75 if (ip->protocol == IPPROTO_TCP) in mana_checksum_info()
78 if (ip->protocol == IPPROTO_UDP) in mana_checksum_info()
80 } else if (skb->protocol == htons(ETH_P_IPV6)) { in mana_checksum_info()
286 if (skb->protocol == htons(ETH_P_IP)) in mana_start_xmit()
288 else if (skb->protocol == htons(ETH_P_IPV6)) in mana_start_xmit()
1544 skb->protocol = eth_type_trans(skb, ndev); in mana_rx_skb()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c359 struct qed_llh_protocol_filter protocol; member
1109 filter.protocol.type = type; in qed_llh_add_protocol_filter()
1110 filter.protocol.source_port_or_eth_type = source_port_or_eth_type; in qed_llh_add_protocol_filter()
1111 filter.protocol.dest_port = dest_port; in qed_llh_add_protocol_filter()
1229 filter.protocol.type = type; in qed_llh_remove_protocol_filter()
1230 filter.protocol.source_port_or_eth_type = source_port_or_eth_type; in qed_llh_remove_protocol_filter()
1231 filter.protocol.dest_port = dest_port; in qed_llh_remove_protocol_filter()
4576 enum qed_pci_personality protocol; in qed_get_hw_info() local
4578 protocol = p_hwfn->mcp_info->func_info.protocol; in qed_get_hw_info()
4579 p_hwfn->hw_info.personality = protocol; in qed_get_hw_info()
/openbmc/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c4436 skb->protocol = old->protocol; in copy_old_skb()
4489 skb->protocol == htons(ETH_P_IPV6))) { in netdev_tx()
4590 unsigned short protocol; in csum_verified() local
4593 protocol = skb->protocol; in csum_verified()
4596 if (protocol == htons(ETH_P_8021Q)) { in csum_verified()
4597 protocol = iph->tot_len; in csum_verified()
4601 if (protocol == htons(ETH_P_IP)) { in csum_verified()
4602 if (iph->protocol == IPPROTO_TCP) in csum_verified()
4640 skb->protocol = eth_type_trans(skb, dev); in rx_proc()
/openbmc/linux/net/bridge/
H A Dbr_multicast.c162 ip.proto = skb->protocol; in br_mdb_get()
165 switch (skb->protocol) { in br_mdb_get()
976 skb->protocol = htons(ETH_P_IP); in br_ip4_multicast_alloc_query()
996 iph->protocol = IPPROTO_IGMP; in br_ip4_multicast_alloc_query()
1126 skb->protocol = htons(ETH_P_IPV6); in br_ip6_multicast_alloc_query()
3797 if (ip_hdr(skb)->protocol != IPPROTO_IGMP || in br_ip4_multicast_mrd_rcv()
3824 if (ip_hdr(skb)->protocol == IPPROTO_PIM) in br_multicast_ipv4_rcv()
3832 br_multicast_err_count(brmctx->br, p, skb->protocol); in br_multicast_ipv4_rcv()
3898 br_multicast_err_count(brmctx->br, p, skb->protocol); in br_multicast_ipv6_rcv()
3965 switch (skb->protocol) { in br_multicast_rcv()
[all …]
/openbmc/linux/Documentation/infiniband/
H A Dipoib.rst6 protocol as specified by RFC 4391 and 4392, issued by the IETF ipoib
/openbmc/u-boot/board/freescale/ls1021aqds/
H A DREADME44 - High speed interconnect (4 SerDes lanes with are muxed for these protocol)
/openbmc/u-boot/board/freescale/ls1021atwr/
H A DREADME44 - High speed interconnect (4 SerDes lanes with are muxed for these protocol)

1...<<101102103104105106107108109110>>...150