| /openbmc/qemu/net/ |
| H A D | colo.c | 43 int parse_packet_early(Packet *pkt) in parse_packet_early() 101 Packet *pkt, bool reverse) in extract_ip_and_port() 116 void fill_connection_key(Packet *pkt, ConnectionKey *key, bool reverse) in fill_connection_key() 165 Packet *packet_new(const void *data, int size, int vnet_hdr_len) in packet_new() 167 Packet *pkt = g_slice_new0(Packet); in packet_new() 181 Packet *packet_new_nocopy(void *data, int size, int vnet_hdr_len) in packet_new_nocopy() 183 Packet *pkt = g_slice_new0(Packet); in packet_new_nocopy() 195 Packet *pkt = opaque; in packet_destroy() 198 g_slice_free(Packet, pkt); in packet_destroy() 203 Packet *pkt = opaque; in packet_destroy_partial() [all …]
|
| H A D | colo.h | 37 typedef struct Packet { struct 58 } Packet; argument 92 int parse_packet_early(Packet *pkt); 94 Packet *pkt, bool reverse); 95 void fill_connection_key(Packet *pkt, ConnectionKey *key, bool reverse); 104 Packet *packet_new(const void *data, int size, int vnet_hdr_len); 105 Packet *packet_new_nocopy(void *data, int size, int vnet_hdr_len);
|
| H A D | colo-compare.c | 196 static gint seq_sorter(Packet *a, Packet *b, gpointer data) in seq_sorter() 203 Packet *pkt = data; in fill_pkt_tcp_info() 223 static int colo_insert_packet(GQueue *queue, Packet *pkt, uint32_t *max_ack) in colo_insert_packet() 247 Packet *pkt = NULL; in packet_enqueue() 300 static void colo_release_primary_pkt(CompareState *s, Packet *pkt) in colo_release_primary_pkt() 323 static int colo_compare_packet_payload(Packet *ppkt, in colo_compare_packet_payload() 324 Packet *spkt, in colo_compare_packet_payload() 351 static bool colo_mark_tcp_pkt(Packet *ppkt, Packet *spkt, in colo_mark_tcp_pkt() 401 Packet *ppkt = NULL, *spkt = NULL; in colo_compare_tcp() 507 static int colo_packet_compare_udp(Packet *spkt, Packet *ppkt) in colo_packet_compare_udp() [all …]
|
| H A D | filter-rewriter.c | 60 static int is_tcp_packet(Packet *pkt) in is_tcp_packet() 73 Packet *pkt, ConnectionKey *key) in handle_primary_tcp_pkt() 179 Packet *pkt, ConnectionKey *key) in handle_secondary_tcp_pkt() 262 Packet *pkt; in colo_rewriter_receive_iov()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | insn.h | 28 struct Packet; 57 struct Packet { struct 78 typedef struct Packet Packet; argument
|
| H A D | printinsn.h | 23 void snprint_a_pkt_disas(GString *buf, Packet *pkt, uint32_t *words, 25 void snprint_a_pkt_debug(GString *buf, Packet *pkt);
|
| H A D | decode.h | 28 void decode_send_insn_to(Packet *packet, int start, int newloc); 31 Packet *pkt, bool disas_only);
|
| H A D | decode.c | 91 void decode_send_insn_to(Packet *packet, int start, int newloc) in decode_send_insn_to() 115 decode_fill_newvalue_regno(Packet *packet) in decode_fill_newvalue_regno() 161 static void decode_split_cmpjump(Packet *pkt) in decode_split_cmpjump() 214 static void decode_set_insn_attr_fields(Packet *pkt) in decode_set_insn_attr_fields() 271 static void decode_shuffle_for_execution(Packet *packet) in decode_shuffle_for_execution() 377 apply_extender(Packet *pkt, int i, uint32_t extender) in apply_extender() 388 static void decode_apply_extenders(Packet *packet) in decode_apply_extenders() 399 static void decode_remove_extenders(Packet *packet) in decode_remove_extenders() 415 static SlotMask get_valid_slots(const Packet *pkt, unsigned int slot) in get_valid_slots() 539 static bool has_valid_slot_assignment(Packet *pkt) in has_valid_slot_assignment() [all …]
|
| H A D | translate.c | 155 Packet *pkt = ctx->pkt; in gen_end_tb() 225 static bool check_for_attrib(Packet *pkt, int attrib) in check_for_attrib() 235 static bool need_slot_cancelled(Packet *pkt) in need_slot_cancelled() 250 Packet *pkt = ctx->pkt; in need_next_PC() 322 static bool pkt_raises_exception(Packet *pkt) in pkt_raises_exception() 333 Packet *pkt = ctx->pkt; in need_commit() 383 Packet *pkt = ctx->pkt; in analyze_packet() 402 Packet *pkt = ctx->pkt; in gen_start_packet() 513 Packet *pkt = ctx->pkt; in is_gather_store_insn() 605 static bool slot_is_predicated(Packet *pkt, int slot_num) in slot_is_predicated() [all …]
|
| H A D | printinsn.c | 53 void snprint_a_pkt_disas(GString *buf, Packet *pkt, uint32_t *words, in snprint_a_pkt_disas() 117 void snprint_a_pkt_debug(GString *buf, Packet *pkt) in snprint_a_pkt_debug()
|
| /openbmc/qemu/target/hexagon/mmvec/ |
| H A D | decode_ext_mmvec.c | 27 check_new_value(Packet *pkt) in check_new_value() 99 decode_mmvec_move_cvi_to_end(Packet *pkt, int max) in decode_mmvec_move_cvi_to_end() 125 decode_shuffle_for_execution_vops(Packet *pkt) in decode_shuffle_for_execution_vops() 171 check_for_vhist(Packet *pkt) in check_for_vhist() 211 void mmvec_ext_decode_checks(Packet *pkt, bool disas_only) in mmvec_ext_decode_checks()
|
| H A D | decode_ext_mmvec.h | 21 void mmvec_ext_decode_checks(Packet *pkt, bool disas_only);
|
| /openbmc/openbmc-test-automation/network/ |
| H A D | test_network_nping.robot | 21 Verify Zero Network Packet Loss On BMC 29 ... ${bmc_packet_loss} Lost: 0 (0.00%) msg=Fail, Packet loss on BMC. 59 ${packet_loss}= Get Packet Loss ${host} ${output} 62 Get Packet Loss
|
| /openbmc/openbmc/meta-security/recipes-ids/suricata/files/ |
| H A D | CVE-2024-37151.patch | 15 2. frags for a Packet with IPID X are processed correctly (X1) 16 3. frags for a new Packet that also has IPID X come in quickly after the 42 @@ -591,7 +591,7 @@ DefragTracker *DefragGetTrackerFromHash (Packet *p)
|
| /openbmc/openbmc-test-automation/security/ |
| H A D | test_bmc_network_security.robot | 37 ${packet_loss}= Send Network Packets And Get Packet Loss 47 ${packet_loss}= Send Network Packets And Get Packet Loss 52 Send Continuous ICMP Echo Request To BMC And Verify No Packet Loss 57 ${packet_loss}= Send Network Packets And Get Packet Loss 67 ${packet_loss}= Send Network Packets And Get Packet Loss 82 ${packet_loss}= Send Network Packets And Get Packet Loss 96 ${packet_loss}= Send Network Packets And Get Packet Loss 137 ${packet_loss}= Send Network Packets And Get Packet Loss
|
| /openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | CVE-2025-2295.patch | 44 - if (((XferContext->Offset + XferContext->DesiredLength) > Packet->OutTransferLength) || 50 + if ((TransferLength > Packet->OutTransferLength) ||
|
| /openbmc/u-boot/drivers/net/pfe_eth/ |
| H A D | Kconfig | 4 This driver provides support for NXP's Packet Forwarding Engine.
|
| /openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/ |
| H A D | ip6tables.service | 2 Description=IPv6 Packet Filtering Framework
|
| H A D | iptables.service | 2 Description=IPv4 Packet Filtering Framework
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/ |
| H A D | nlrequest.c_packet-too-small_fix.patch | 3 Description: Fix "NETLINK: Packet too small or truncated!" error.
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fwknop/ |
| H A D | fwknop_2.6.11.bb | 1 SUMMARY = "fwknop - Single Packet Authorization"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen/ |
| H A D | 0001-Default-eigen_packet_wrapper-constructor.patch | 22 …acketMath.h: In function 'Packet Eigen::internal::pload(const typename Eigen::internal::unpacket_t… 39 …cketMath.h: In function 'Packet Eigen::internal::ploadu(const typename Eigen::internal::unpacket_t…
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/ |
| H A D | dibbler_fix_getSize_crash.patch | 46 + Log(Info) << "### CPE Debug - Packet size of option (Add 4) " << pktsize << LogEnd ;
|
| /openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
| H A D | README.soc | 26 - Packet parsing, classification, and distribution (FMan) 98 - Packet parsing, classification, and distribution (WRIOP) 139 - Packet Forwarding Engine (PFE) 182 - Packet parsing, classification, and distribution (FMan) 225 - Packet parsing, classification, and distribution (WRIOP)
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_network_security_utils.robot | 9 Send Network Packets And Get Packet Loss
|