/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/openbmc/meta-openembedded/meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus/ |
H A D | 0001-initialize-timespec-variable.patch | 8 /mnt/b/yoe/master/build/tmp/work/core2-32-yoe-linux/pcapplusplus/23.09/git/Packet++/src/RawPacket.c… 9 /mnt/b/yoe/master/build/tmp/work/core2-32-yoe-linux/pcapplusplus/23.09/git/Packet++/src/RawPacket.c… 17 Packet++/src/RawPacket.cpp | 2 +- 20 diff --git a/Packet++/src/RawPacket.cpp b/Packet++/src/RawPacket.cpp 22 --- a/Packet++/src/RawPacket.cpp 23 +++ b/Packet++/src/RawPacket.cpp
|
H A D | 0001-packet-Initialize-m_ExternalRawData-in-IDnsResource-.patch | 9 Packet++/src/DnsResource.cpp:29:24: error: '*this.pcpp::IDnsResource::m_ExternalRawData' may be use… 16 Packet++/src/DnsResource.cpp | 2 +- 19 diff --git a/Packet++/src/DnsResource.cpp b/Packet++/src/DnsResource.cpp 21 --- a/Packet++/src/DnsResource.cpp 22 +++ b/Packet++/src/DnsResource.cpp
|
/openbmc/linux/drivers/net/ethernet/packetengines/ |
H A D | Kconfig | 3 # Packet Engines device configuration 7 bool "Packet Engines devices" 15 the questions about Packet Engines devices. If you say Y, you will 21 tristate "Packet Engines Hamachi GNIC-II support" 31 tristate "Packet Engines Yellowfin Gigabit-NIC support" 35 Say Y here if you have a Packet Engines G-NIC PCI Gigabit Ethernet
|
/openbmc/qemu/target/hexagon/ |
H A D | insn.h | 28 struct Packet; 57 struct Packet { struct 78 typedef struct Packet Packet; typedef
|
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 | 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 | translate.c | 156 Packet *pkt = ctx->pkt; in gen_end_tb() 199 static void print_pkt(Packet *pkt) in print_pkt() 249 static bool check_for_attrib(Packet *pkt, int attrib) in check_for_attrib() 259 static bool need_slot_cancelled(Packet *pkt) in need_slot_cancelled() 274 Packet *pkt = ctx->pkt; in need_next_PC() 346 static bool pkt_raises_exception(Packet *pkt) in pkt_raises_exception() 357 Packet *pkt = ctx->pkt; in need_commit() 407 Packet *pkt = ctx->pkt; in analyze_packet() 426 Packet *pkt = ctx->pkt; in gen_start_packet() 546 Packet *pkt = ctx->pkt; in is_gather_store_insn() [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/linux/net/packet/ |
H A D | Kconfig | 3 # Packet configuration 7 tristate "Packet socket" 9 The Packet protocol is used by applications which communicate 20 tristate "Packet: sockets monitoring interface"
|
/openbmc/linux/Documentation/networking/ |
H A D | x25-iface.rst | 10 This is a description of the messages to be passed between the X.25 Packet 12 setting of the LAPB mode from within the Packet Layer. 18 needs to be passed to and from the Packet Layer for proper operation. 25 Packet Layer to Device Driver 49 Device Driver to Packet Layer 76 Packet Layer and the device driver. 79 the device driver to the Packet Layer, the device driver should not
|
H A D | x25.rst | 9 Packet Layer and a LAPB module to allow for "normal" X.25 to be run using 16 Packet Layer is concerned, the link layer was being performed by a lower 25 the Packet Layer but there would be no confusion since the class of device 29 option appeared, XOT. This allows X.25 Packet Layer frames to operate over
|
/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()
|
/openbmc/linux/Documentation/networking/device_drivers/cellular/qualcomm/ |
H A D | rmnet.rst | 27 2. Packet format 34 Packet format:: 60 Packet format:: 85 Packet format:: 113 Packet format:: 186 MAP header|IP Packet|Optional padding|MAP header|IP Packet|Optional padding.... 188 MAP header|IP Packet|Optional padding|MAP header|Command Packet|Optional pad...
|
/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. 61 ${packet_loss} Get Packet Loss ${host} ${output} 64 Get Packet Loss
|
/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/linux/net/x25/ |
H A D | Kconfig | 3 # CCITT X.25 Packet Layer 7 tristate "CCITT X.25 Packet Layer" 16 protocols: the higher level Packet Layer Protocol (PLP) (say Y here
|
/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/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-net-queues | 7 Receive Packet Steering packet processing flow for this 16 Number of Receive Packet Steering flows being currently 41 Transmit Packet Steering packet processing flow for this 51 into the Transmit Packet Steering packet processing flow for this
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | net-add-if.rst | 13 NET_ADD_IF - Creates a new network interface for a given Packet ID. 34 The NET_ADD_IF ioctl system call selects the Packet ID (PID) that
|
/openbmc/linux/Documentation/cdrom/ |
H A D | packet-writing.rst | 2 Packet writing 30 Packet writing for DVD-RW media 45 Packet writing for DVD+RW media 72 Packet writing for DVD-RAM media
|