Home
last modified time | relevance | path

Searched refs:protocol (Results 176 – 200 of 3718) sorted by relevance

12345678910>>...149

/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_tunnel_ipip.sh127 )"08:00:"$( : ETH protocol type
159 tc filter add dev $swp1 egress protocol ip pref 1 handle 101 \
180 tc filter del dev $swp1 egress protocol ip pref 1 handle 101 flower
192 tc filter add dev $swp1 egress protocol ip pref 1 handle 101 \
211 tc filter del dev $swp1 egress protocol ip pref 1 handle 101 flower
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dtc_tunnel_key.sh106 tc filter add dev $swp1 ingress protocol ip pref 100 handle 100 \
109 tc filter add dev $swp1 ingress protocol ip pref 101 handle 101 \
112 tc filter add dev $swp1 ingress protocol ip pref 102 handle 102 \
117 tc filter add dev h1-et egress protocol all pref 1 handle 1 matchall $tcflags \
142 tc filter del dev $swp1 ingress protocol ip pref $i handle $i flower
/openbmc/linux/net/ipv6/
H A Daf_inet6.c131 if (protocol < 0 || protocol >= IPPROTO_MAX) in inet6_create()
142 if (protocol == answer->protocol) { in inet6_create()
143 if (protocol != IPPROTO_IP) in inet6_create()
148 protocol = answer->protocol; in inet6_create()
173 PF_INET6, protocol); in inet6_create()
209 inet->inet_num = protocol; in inet6_create()
210 if (IPPROTO_RAW == protocol) in inet6_create()
216 sk->sk_protocol = protocol; in inet6_create()
755 int protocol = p->protocol; in inet6_register_protosw() local
773 if (protocol == answer->protocol) in inet6_register_protosw()
[all …]
/openbmc/linux/net/bridge/
H A Dbr_netfilter_hooks.c82 return skb->protocol; in vlan_proto()
169 switch (skb->protocol) { in nf_bridge_encap_header_len()
255 skb->protocol = htons(ETH_P_8021Q); in nf_bridge_update_protocol()
258 skb->protocol = htons(ETH_P_PPP_SES); in nf_bridge_update_protocol()
550 skb->protocol = htons(ETH_P_IP); in br_nf_pre_routing()
659 if (skb->protocol == htons(ETH_P_IP)) in br_nf_forward_finish()
746 skb->protocol = htons(ETH_P_IP); in br_nf_forward_ip()
748 skb->protocol = htons(ETH_P_IPV6); in br_nf_forward_ip()
874 skb->protocol == htons(ETH_P_IP)) { in br_nf_dev_queue_xmit()
965 skb->protocol = htons(ETH_P_IP); in br_nf_post_routing()
[all …]
/openbmc/bmcweb/scripts/
H A Dwebsocket_test.py40 protocol = "ws"
42 protocol += "s"
43 uri = "{}://{}/subscribe".format(protocol, args.host)
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/
H A Dwayland-protocols_1.34.bb3 available in the Wayland core protocol. Such protocols either add \
5 protocol either in Wayland core, or some other protocol in \
/openbmc/hiomapd/
H A Dtransport_dbus.c85 rc = context->protocol->reset(context); in transport_dbus_reset()
120 rc = context->protocol->get_info(context, &io); in transport_dbus_get_info()
169 rc = context->protocol->get_flash_info(context, &io); in transport_dbus_get_flash_info()
214 rc = context->protocol->create_window(context, &io); in transport_dbus_create_window()
274 rc = context->protocol->close(context, &io); in transport_dbus_close_window()
310 rc = context->protocol->mark_dirty(context, &io); in transport_dbus_mark_dirty()
338 rc = context->protocol->flush(context, NULL /* No args in v2 */); in transport_dbus_write_flush()
373 rc = context->protocol->ack(context, &io); in transport_dbus_ack()
408 rc = context->protocol->erase(context, &io); in transport_dbus_erase()
H A Dtransport_mbox.c157 return context->protocol->reset(context); in mbox_handle_reset()
191 rc = context->protocol->get_info(context, &io); in mbox_handle_mbox_info()
232 rc = context->protocol->get_flash_info(context, &io); in mbox_handle_flash_info()
285 rc = context->protocol->create_window(context, &io); in mbox_handle_create_window()
379 return context->protocol->mark_dirty(context, &io); in mbox_handle_dirty_window()
404 if (!context->protocol->erase) { in mbox_handle_erase_window()
409 return context->protocol->erase(context, &io); in mbox_handle_erase_window()
440 return context->protocol->flush(context, &io); in mbox_handle_flush_window()
464 return context->protocol->close(context, &io); in mbox_handle_close_window()
480 return context->protocol->ack(context, &io); in mbox_handle_ack()
/openbmc/linux/samples/bpf/
H A Dparse_varlen.c64 if (iph->protocol == IPPROTO_IPIP) { in parse_ipv4()
71 if (iph->protocol == IPPROTO_TCP) in parse_ipv4()
73 else if (iph->protocol == IPPROTO_UDP) in parse_ipv4()
96 nexthdr = iph->protocol; in parse_ipv6()
/openbmc/linux/Documentation/networking/
H A Dsctp.rst11 reliable transport protocol, with congestion control, support for
13 RFC2960 defines the core protocol. The IETF SIGTRAN working group originally
14 developed the SCTP protocol and later handed the protocol over to the
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/openocd/
H A Dopenocd_git.bb8 git://repo.or.cz/openocd.git;protocol=http;name=openocd;branch=master \
9 git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl;branch=master \
10 …git://github.com/msteveb/jimtcl.git;protocol=https;destsuffix=git/jimtcl;name=jimtcl;branch=master…
11 …git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=git/src/jtag/drivers/libjaylink;name=li…
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dconnect_ping.c33 int protocol; in subtest() local
40 protocol = IPPROTO_ICMP; in subtest()
45 protocol = IPPROTO_ICMPV6; in subtest()
52 sock_fd = socket(family, SOCK_DGRAM, protocol); in subtest()
H A Dxdp.c7 struct vip key4 = {.protocol = 6, .family = AF_INET}; in test_xdp()
8 struct vip key6 = {.protocol = 6, .family = AF_INET6}; in test_xdp()
40 ASSERT_EQ(iph.protocol, IPPROTO_IPIP, "ipv4 test_run iph.protocol"); in test_xdp()
/openbmc/linux/net/ipv4/
H A Daf_inet.c262 if (protocol < 0 || protocol >= IPPROTO_MAX) in inet_create()
275 if (protocol == answer->protocol) { in inet_create()
281 protocol = answer->protocol; in inet_create()
342 inet->inet_num = protocol; in inet_create()
1195 int protocol = p->protocol; in inet_register_protosw() local
1210 if (protocol == answer->protocol) in inet_register_protosw()
1242 p->protocol); in inet_unregister_protosw()
1393 proto = iph->protocol; in inet_gso_segment()
1495 proto = iph->protocol; in inet_gro_receive()
1528 if ((iph->protocol ^ iph2->protocol) | in inet_gro_receive()
[all …]
H A Dipip.c173 ipv4_update_pmtu(skb, net, info, t->parms.link, iph->protocol); in ipip_err()
178 ipv4_redirect(skb, net, t->parms.link, iph->protocol); in ipip_err()
226 if (tunnel->parms.iph.protocol != ipproto && in ipip_tunnel_rcv()
227 tunnel->parms.iph.protocol != 0) in ipip_tunnel_rcv()
284 switch (skb->protocol) { in ipip_tunnel_xmit()
297 if (tiph->protocol != ipproto && tiph->protocol != 0) in ipip_tunnel_xmit()
337 !ipip_tunnel_ioctl_verify_protocol(p->iph.protocol) || in ipip_tunnel_ctl()
414 parms->iph.protocol = IPPROTO_IPIP; in ipip_netlink_parms()
520 nla_put_u8(skb, IFLA_IPTUN_PROTO, parm->iph.protocol) || in ipip_fill_info()
/openbmc/linux/drivers/media/rc/
H A DKconfig48 tristate "Enable IR raw decoder for the iMON protocol"
55 tristate "Enable IR raw decoder for the JVC protocol"
72 tristate "Enable IR raw decoder for the NEC protocol"
80 tristate "Enable IR raw decoder for the RC-5 protocol"
88 tristate "Enable IR raw decoder for the RC6 protocol"
96 tristate "Enable IR raw decoder for the RC-MM protocol"
108 tristate "Enable IR raw decoder for the Sanyo protocol"
113 uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes),
117 tristate "Enable IR raw decoder for the Sharp protocol"
126 tristate "Enable IR raw decoder for the Sony protocol"
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_dcb.c54 if (app->protocol != 0) in sparx5_dcb_app_validate()
61 if (app->protocol >= SPARX5_PORT_QOS_DSCP_COUNT) in sparx5_dcb_app_validate()
68 if (app->protocol >= SPARX5_PORT_QOS_PCP_DEI_COUNT) in sparx5_dcb_app_validate()
79 netdev_err(dev, "Invalid entry: %d:%d\n", app->protocol, in sparx5_dcb_app_validate()
160 app_itr.protocol = i; in sparx5_dcb_app_update()
167 app_itr.protocol = i; in sparx5_dcb_app_update()
357 app_itr.protocol = proto; in sparx5_dcb_setrewr()
/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c96 unsigned char protocol; member
1279 switch (protocol) { in mode_hfcpci()
1315 bch->state = protocol; in mode_hfcpci()
1350 bch->state = protocol; in mode_hfcpci()
1444 switch (protocol) { in set_hfcpci_rxtest()
1898 hc->hw.protocol = rq->protocol; in open_dchannel()
1899 ch->protocol = rq->protocol; in open_dchannel()
1904 if (rq->protocol != ch->protocol) { in open_dchannel()
1912 hc->hw.protocol = rq->protocol; in open_dchannel()
1913 ch->protocol = rq->protocol; in open_dchannel()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/
H A DCVE-2022-40468.patch26 + request->method[0] = url[0] = request->protocol[0] = 0;
29 request->method, url, request->protocol);
32 request->protocol[0] = 0;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libqmi/
H A Dlibqmi_1.34.0.bb1 SUMMARY = "libqmi is a library for talking to WWAN devices by QMI protocol"
3 devices which speak the Qualcomm MSM Interface (QMI) protocol"
16 SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libqmi.git;protocol=https;branch=qmi-1-34"
/openbmc/linux/drivers/tty/ipwireless/
H A Dhardware.c136 unsigned char protocol:3; member
144 unsigned char protocol:3; member
299 unsigned char protocol; member
339 unsigned int protocol; member
478 pkt.hdr_first.protocol = packet->protocol; in do_send_packet()
653 (*assem)->protocol = protocol; in queue_received_packet()
677 packet->protocol = protocol; in queue_received_packet()
815 unsigned int protocol = packet->hdr.protocol; in handle_received_packet() local
829 switch (protocol) { in handle_received_packet()
1264 packet->protocol = protocol; in alloc_data_packet()
[all …]
/openbmc/linux/Documentation/admin-guide/blockdev/
H A Dparide.rst22 and the communication protocol provides operations for reading and writing
60 The second component is a set of low-level protocol drivers for each of the
97 You can actually select all the protocol modules, and allow the pata_parport
100 For the "brand-name" products listed above, here are the protocol
126 # echo "port protocol mode unit delay" >/sys/bus/pata_parport/new_device
132 protocol protocol name (or "auto" for all protocols)
133 mode mode number (protocol-specific) or -1 for probe
149 Probe parport0 using protocol epat and mode 4 (EPP-16)::
174 protocol modules support ECP mode, or any ECP combination modes.
182 offset the errors, the protocol modules introduce a "port
[all …]
/openbmc/linux/sound/usb/
H A Dmixer.c755 switch (state->mixer->protocol) { in uac_mixer_unit_get_channels()
849 int protocol = state->mixer->protocol; in parse_term_mixer_unit() local
858 if (protocol != UAC_VERSION_3) { in parse_term_mixer_unit()
888 int protocol = state->mixer->protocol; in parse_term_proc_unit() local
901 if (protocol == UAC_VERSION_3) in parse_term_proc_unit()
960 int protocol = state->mixer->protocol; in __check_input_term() local
2129 switch (protocol) { in mixer_bitmap_overflow()
2279 state->mixer->protocol); in parse_audio_mixer_unit()
2544 state->mixer->protocol); in build_audio_procunit()
2619 switch (state->mixer->protocol) { in parse_audio_processing_unit()
[all …]
/openbmc/u-boot/doc/
H A DREADME.rockusb1 Rockusb (Rockchip USB protocol)
7 Rockusb protocol is widely used by Rockchip SoC based devices. It can
13 There are many tools can support Rockusb protocol. rkdeveloptool
56 * Fully support Rockusb protocol
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/opcua/
H A Dopen62541_1.3.8.bb17 git://github.com/open62541/open62541.git;name=opcua;branch=1.3;protocol=https \
18 … git://github.com/Pro/mdnsd.git;name=mdnsd;protocol=https;branch=master;destsuffix=git/deps/mdnsd \
19 …git://github.com/OPCFoundation/UA-Nodeset;name=ua-nodeset;protocol=https;branch=v1.04;destsuffix=g…
20 …git://github.com/LiamBindle/MQTT-C.git;name=mqtt-c;protocol=https;branch=master;destsuffix=git/dep…

12345678910>>...149