| /kernel/linux/linux-6.6/sound/usb/6fire/ |
| H A D | pcm.c | 156 struct usb_iso_packet_descriptor *packet; in usb6fire_pcm_stream_start() local
|
| /kernel/linux/linux-6.6/net/sctp/ |
| H A D | output.c | 55 static void sctp_packet_reset(struct sctp_packet *packet) in sctp_packet_reset() argument 73 sctp_packet_config(struct sctp_packet *packet, __u32 vtag, int ecn_capable) sctp_packet_config() argument 144 sctp_packet_init(struct sctp_packet *packet, struct sctp_transport *transport, __u16 sport, __u16 dport) sctp_packet_init() argument 161 sctp_packet_free(struct sctp_packet *packet) sctp_packet_free() argument 180 sctp_packet_transmit_chunk(struct sctp_packet *packet, struct sctp_chunk *chunk, int one_packet, gfp_t gfp) sctp_packet_transmit_chunk() argument 328 __sctp_packet_append_chunk(struct sctp_packet *packet, struct sctp_chunk *chunk) __sctp_packet_append_chunk() argument 383 sctp_packet_append_chunk(struct sctp_packet *packet, struct sctp_chunk *chunk) sctp_packet_append_chunk() argument 436 sctp_packet_pack(struct sctp_packet *packet, struct sk_buff *head, int gso, gfp_t gfp) sctp_packet_pack() argument 569 sctp_packet_transmit(struct sctp_packet *packet, gfp_t gfp) sctp_packet_transmit() argument 672 sctp_packet_can_append_data(struct sctp_packet *packet, struct sctp_chunk *chunk) sctp_packet_can_append_data() argument 756 sctp_packet_append_data(struct sctp_packet *packet, struct sctp_chunk *chunk) sctp_packet_append_data() argument 781 sctp_packet_will_fit(struct sctp_packet *packet, struct sctp_chunk *chunk, u16 chunk_len) sctp_packet_will_fit() argument [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | libxavs2.c | 56 xavs2_outpacket_t packet; member [all...] |
| H A D | vp9_raw_reorder_bsf.c | 32 AVPacket *packet; member
|
| H A D | rkmppdec.c | 94 MppPacket packet; in rkmpp_write_data() local [all...] |
| /third_party/ffmpeg/doc/examples/ |
| H A D | transcode_aac.c | 254 static int init_packet(AVPacket **packet) in init_packet() argument [all...] |
| H A D | transcoding.c | 514 AVPacket *packet = NULL; in main() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | apngenc.c | 116 static int flush_packet(AVFormatContext *format_context, AVPacket *packet) in flush_packet() argument 237 static int apng_write_packet(AVFormatContext *format_context, AVPacket *packet) in apng_write_packet() argument
|
| H A D | moflex.c | 285 AVPacket *packet; in moflex_read_packet() local
|
| H A D | tedcaptionsdec.c | 311 static int tedcaptions_read_packet(AVFormatContext *avf, AVPacket *packet) in tedcaptions_read_packet() argument
|
| H A D | oggdec.h | 41 int (*packet)(AVFormatContext *, int); member
|
| H A D | oggparsevorbis.c | 213 unsigned char *packet[3]; member [all...] |
| /third_party/backends/backend/ |
| H A D | epsonds-net.c | 185 unsigned char *packet = malloc(12 + 8); in epsonds_net_write() local [all...] |
| /third_party/libcoap/src/ |
| H A D | coap_io_lwip.c | 130 coap_socket_recv(coap_socket_t *sock, coap_packet_t *packet) { in coap_socket_recv() argument 201 coap_free_packet(coap_packet_t *packet) { in coap_free_packet() argument 220 coap_packet_t *packet; in coap_recvs() local [all...] |
| /third_party/libwebsockets/plugins/raw-proxy/ |
| H A D | protocol_lws_raw_proxy.c | 41 struct packet { struct
|
| /third_party/node/src/quic/ |
| H A D | packet.cc | 152 auto packet = static_cast<Packet*>(obj.get()); in FromFreeList() local 250 auto packet in CreateRetryPacket() local 275 auto packet = Packet::Create( CreateConnectionClosePacket() local 292 auto packet = Packet::Create(env, CreateImmediateConnectionClosePacket() local 333 auto packet = Packet::Create(env, CreateStatelessResetPacket() local 381 auto packet = Packet::Create(env, CreateVersionNegotiationPacket() local [all...] |
| /third_party/musl/src/network/ |
| H A D | getnameinfo.c | 136 static int dns_parse_callback(void *c, int rr, const void *data, int len, const void *packet, int plen) in dns_parse_callback() argument
|
| /third_party/musl/porting/linux/user/src/network/ |
| H A D | getnameinfo.c | 135 static int dns_parse_callback(void *c, int rr, const void *data, int len, const void *packet) in dns_parse_callback() argument
|
| /third_party/musl/porting/liteos_a/user/src/network/ |
| H A D | getnameinfo.c | 111 static int dns_parse_callback(void *c, int rr, const void *data, int len, const void *packet) in dns_parse_callback() argument
|
| /third_party/mesa3d/src/intel/ds/ |
| H A D | intel_driver_ds.cc | 170 auto packet = ctx.NewTracePacket(); in sync_timestamp() local 206 auto packet = ctx.NewTracePacket(); in send_descriptors() local [all...] |
| /third_party/ltp/testcases/network/sctp/ |
| H A D | sctp_big_chunk.c | 36 static uint8_t packet[IP_MAXPACKET]; variable [all...] |
| /third_party/libdrm/tests/amdgpu/ |
| H A D | security_tests.c | 152 static void amdgpu_sdma_lcopy(uint32_t *packet, in amdgpu_sdma_lcopy() argument 169 static void amdgpu_sdma_nop(uint32_t *packet, uint32_ argument 197 uint32_t packet[PACKET_LCOPY_SIZE]; amdgpu_bo_lcopy() local 234 uint32_t packet[PACKET_NOP_SIZE]; amdgpu_bo_move() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_perfetto.cc | 98 auto packet = ctx.NewTracePacket(); in send_descriptors() local [all...] |
| /third_party/mesa3d/src/tool/pps/ |
| H A D | pps_datasource.cc | 113 auto packet = ctx.NewTracePacket(); in close_callback() local 273 auto packet = ctx.NewTracePacket(); in trace() local 282 auto packet = ctx.NewTracePacket(); in trace() local 295 auto packet = ctx.NewTracePacket(); trace() local 329 auto packet = ctx.NewTracePacket(); trace() local 342 auto packet = ctx.NewTracePacket(); trace() local [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | pdispatch.c | 301 int pa_pdispatch_run(pa_pdispatch *pd, pa_packet *packet, pa_cmsg_ancil_data *ancil_data, void *userdata) { in pa_pdispatch_run() argument
|