/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_tunnel.sh | 529 ip xfrm state add src 172.16.1.100 dst 172.16.1.200 proto esp \ 534 tmpl src 172.16.1.100 dst 172.16.1.200 proto esp reqid 1 \ 538 ip xfrm state add src 172.16.1.200 dst 172.16.1.100 proto esp \ 543 tmpl src 172.16.1.200 dst 172.16.1.100 proto esp reqid 2 \ 554 ip xfrm state add src 172.16.1.100 dst 172.16.1.200 proto esp \ 558 tmpl src 172.16.1.100 dst 172.16.1.200 proto esp reqid 1 \ 561 ip xfrm state add src 172.16.1.200 dst 172.16.1.100 proto esp \ 565 tmpl src 172.16.1.200 dst 172.16.1.100 proto esp reqid 2 \ 585 tc filter add dev veth1 proto ip ingress bpf da object-pinned \ 635 ip xfrm state delete src 172.16.1.100 dst 172.16.1.200 proto esp spi 0x1 2> /dev/null [all …]
|
H A D | test_flow_dissector.c | 165 static void build_ipv4_header(void *header, uint8_t proto, in build_ipv4_header() argument 177 iph->protocol = proto; in build_ipv4_header() 193 static void build_ipv6_header(void *header, uint8_t proto, in build_ipv6_header() argument 202 ip6h->nexthdr = proto; in build_ipv6_header() 254 static void build_gue_header(void *header, uint8_t proto) in build_gue_header() argument 258 gueh->proto_ctype = proto; in build_gue_header() 261 static void build_gre_header(void *header, uint16_t proto) in build_gre_header() argument 265 greh->protocol = htons(proto); in build_gre_header()
|
/openbmc/u-boot/Documentation/devicetree/bindings/misc/ |
H A D | fsl,mpc83xx-serdes.txt | 10 - proto: selects for which protocol the serdes lines are configured. One of 21 proto = "pex";
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ipip.h | 18 mlxsw_sp_ipip_netdev_saddr(enum mlxsw_sp_l3proto proto, 30 enum mlxsw_sp_l3proto proto; member
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_l4lb_noinline.c | 130 __u8 proto; member 248 pckt->proto = ip6h->nexthdr; in parse_icmpv6() 273 pckt->proto = iph->protocol; in parse_icmp() 353 pckt.proto = protocol; in process_packet() 375 pckt.proto = protocol; in process_packet() 391 protocol = pckt.proto; in process_packet() 409 vip.protocol = pckt.proto; in process_packet()
|
H A D | test_l4lb.c | 134 __u8 proto; member 249 pckt->proto = ip6h->nexthdr; in parse_icmpv6() 274 pckt->proto = iph->protocol; in parse_icmp() 354 pckt.proto = protocol; in process_packet() 376 pckt.proto = protocol; in process_packet() 392 protocol = pckt.proto; in process_packet() 410 vip.protocol = pckt.proto; in process_packet()
|
H A D | test_l4lb_noinline_dynptr.c | 132 __u8 proto; member 252 pckt->proto = ip6h->nexthdr; in parse_icmpv6() 277 pckt->proto = iph->protocol; in parse_icmp() 360 pckt.proto = protocol; in process_packet() 382 pckt.proto = protocol; in process_packet() 398 protocol = pckt.proto; in process_packet() 416 vip.protocol = pckt.proto; in process_packet()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 185 | 253 --blockdev file,node-name=source-proto,filename="$TEST_IMG" \ 254 --blockdev qcow2,node-name=source-fmt,file=source-proto \ 391 --blockdev file,node-name=source-proto,filename="$TEST_IMG" \ 392 --blockdev qcow2,node-name=source-fmt,file=source-proto,backing=target \
|
/openbmc/linux/net/netfilter/ |
H A D | xt_TPROXY.c | 175 if ((i->proto == IPPROTO_TCP || i->proto == IPPROTO_UDP) && in tproxy_tg6_check() 198 if ((i->proto == IPPROTO_TCP || i->proto == IPPROTO_UDP) in tproxy_tg4_check()
|
H A D | xt_CHECKSUM.c | 50 if (i4->proto == IPPROTO_UDP && in checksum_tg_check() 56 i6->proto == IPPROTO_UDP && in checksum_tg_check()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ipsec.c | 393 __be32 *daddr, u8 proto, in ixgbe_ipsec_find_rx_state() argument 408 proto == rsa->xs->id.proto) { in ixgbe_ipsec_find_rx_state() 574 if (xs->id.proto != IPPROTO_ESP && xs->id.proto != IPPROTO_AH) { in ixgbe_ipsec_add_sa() 614 if (rsa.xs->id.proto & IPPROTO_ESP) in ixgbe_ipsec_add_sa() 686 if (rsa.xs->id.proto & IPPROTO_ESP) in ixgbe_ipsec_add_sa() 724 if (xs->id.proto & IPPROTO_ESP) in ixgbe_ipsec_add_sa() 931 xs->id.proto = sam->proto; in ixgbe_ipsec_vf_add_sa() 1112 if (xs->id.proto == IPPROTO_ESP) { in ixgbe_ipsec_tx() 1179 u8 proto; in ixgbe_ipsec_rx() local 1201 proto = IPPROTO_AH; in ixgbe_ipsec_rx() [all …]
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | protocol.py | 136 def _wrapper(proto: 'AsyncProtocol[Any]', 141 name = type(proto).__name__ 143 if proto.runstate != required_state: 144 if proto.runstate == Runstate.CONNECTING: 146 elif proto.runstate == Runstate.DISCONNECTING: 149 elif proto.runstate == Runstate.RUNNING: 151 elif proto.runstate == Runstate.IDLE: 155 raise StateError(emsg, proto.runstate, required_state) 157 return func(proto, *args, **kwargs)
|
/openbmc/linux/net/802/ |
H A D | garp.c | 261 app->app->proto.group_address); in garp_pdu_queue() 511 static void garp_pdu_rcv(const struct stp_proto *proto, struct sk_buff *skb, in garp_pdu_rcv() argument 514 struct garp_application *appl = proto->data; in garp_pdu_rcv() 587 err = dev_mc_add(dev, appl->proto.group_address); in garp_init_applicant() 631 dev_mc_del(dev, appl->proto.group_address); in garp_uninit_applicant() 639 appl->proto.rcv = garp_pdu_rcv; in garp_register_application() 640 appl->proto.data = appl; in garp_register_application() 641 return stp_proto_register(&appl->proto); in garp_register_application() 647 stp_proto_unregister(&appl->proto); in garp_unregister_application()
|
/openbmc/linux/net/ax25/ |
H A D | ax25_timer.c | 123 int proto = AX25_PROTO_STD_SIMPLEX; in ax25_heartbeat_expiry() local 127 proto = ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]; in ax25_heartbeat_expiry() 129 switch (proto) { in ax25_heartbeat_expiry()
|
/openbmc/linux/net/handshake/ |
H A D | handshake.h | 73 int handshake_genl_notify(struct net *net, const struct handshake_proto *proto, 80 struct handshake_req *handshake_req_alloc(const struct handshake_proto *proto,
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | test_vxlan_mdb.sh | 1680 local proto=$1; shift 1742 local proto="ipv4" 1761 local proto="ipv6" 1780 local proto="ipv4" 1799 local proto="ipv6" 2009 local proto=$1; shift 2066 local proto="ipv4" 2075 mdb_fdb_common $ns1 $ns2 $vtep1_ip $vtep2_ip $plen $proto $grp \ 2086 local proto="ipv6" 2106 local proto="ipv4" [all …]
|
/openbmc/linux/security/selinux/include/ |
H A D | xfrm.h | 44 struct common_audit_data *ad, u8 proto); 71 u8 proto) in selinux_xfrm_postroute_last() argument
|
/openbmc/linux/include/linux/ |
H A D | lsm_audit.h | 120 struct common_audit_data *ad, u8 *proto); 123 struct common_audit_data *ad, u8 *proto);
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | bzr.py | 51 proto = ud.parm.get('protocol', 'http') 58 bzrcmd = "%s revno %s %s://%s" % (basecmd, " ".join(options), proto, bzrroot) 64 bzrcmd = "%s branch %s %s://%s" % (basecmd, " ".join(options), proto, bzrroot)
|
H A D | gitsm.py | 101 proto = uris[module].split(':', 1)[0] 102 url = uris[module].replace('%s:' % proto, 'gitsm:', 1) 106 proto = "ssh" 116 proto = "file" 122 url += ';protocol=%s' % proto
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | debugfs.c | 34 static const char *spi_nor_protocol_name(enum spi_nor_protocol proto) in spi_nor_protocol_name() argument 36 switch (proto) { in spi_nor_protocol_name() 170 seq_printf(s, " %s%s\n", spi_nor_protocol_name(cmd->proto), in spi_nor_print_read_cmd() 180 seq_printf(s, " %s\n", spi_nor_protocol_name(cmd->proto)); in spi_nor_print_pp_cmd()
|
H A D | core.h | 142 enum spi_nor_protocol proto; member 147 enum spi_nor_protocol proto; member 655 const enum spi_nor_protocol proto); 684 enum spi_nor_protocol proto); 686 enum spi_nor_protocol proto); 703 enum spi_nor_protocol proto); 705 enum spi_nor_protocol proto);
|
/openbmc/linux/net/sched/ |
H A D | act_connmark.c | 42 int proto; in tcf_connmark_act() local 54 proto = NFPROTO_IPV4; in tcf_connmark_act() 60 proto = NFPROTO_IPV6; in tcf_connmark_act() 72 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), proto, parms->net, in tcf_connmark_act()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | gop.c | 465 find_gop(efi_guid_t *proto, unsigned long size, void **handles) in find_gop() argument 483 status = efi_bs_call(handle_protocol, h, proto, (void **)&gop); in find_gop() 514 static efi_status_t setup_gop(struct screen_info *si, efi_guid_t *proto, in setup_gop() argument 521 gop = find_gop(proto, size, handles); in setup_gop() 559 efi_status_t efi_setup_gop(struct screen_info *si, efi_guid_t *proto, in efi_setup_gop() argument 570 status = efi_bs_call(locate_handle, EFI_LOCATE_BY_PROTOCOL, proto, NULL, in efi_setup_gop() 575 status = setup_gop(si, proto, size, gop_handle); in efi_setup_gop()
|
/openbmc/qemu/hw/sd/ |
H A D | sd.c | 142 const SDProto *proto; member 187 return sd->proto == &sd_proto_spi; in sd_is_spi() 192 return sd->proto == &sd_proto_emmc; in sd_is_emmc() 272 const SDProto *sdp = sd->proto; in sd_cmd_name() 283 const SDProto *sdp = sd->proto; in sd_acmd_name() 629 switch (s->proto->cmd[req.cmd].type) { in sd_req_get_rca() 2181 if (!sd->proto->cmd[cmd].handler) { in cmd_valid_while_locked() 2716 sd->proto = sc->proto; in sd_instance_init() 2842 sc->proto = &sd_proto_sd; in sd_class_init() 2857 sc->proto = &sd_proto_spi; in sd_spi_class_init() [all …]
|