Home
last modified time | relevance | path

Searched refs:trailer (Results 1 – 25 of 77) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsmp.c75 static int readtrailer(sox_format_t * ft, struct smptrailer *trailer) in readtrailer() argument
82 lsx_readdw(ft, &(trailer->loops[i].start)); in readtrailer()
83 ft->oob.loops[i].start = trailer->loops[i].start; in readtrailer()
84 lsx_readdw(ft, &(trailer->loops[i].end)); in readtrailer()
86 trailer->loops[i].end - trailer->loops[i].start; in readtrailer()
87 lsx_readb(ft, &(trailer->loops[i].type)); in readtrailer()
88 ft->oob.loops[i].type = trailer->loops[i].type; in readtrailer()
89 lsx_readw(ft, &(trailer->loops[i].count)); in readtrailer()
90 ft->oob.loops[i].count = trailer->loops[i].count; in readtrailer()
93 if (lsx_readbuf(ft, trailer->markers[i].name, MARKERLEN) != MARKERLEN) in readtrailer()
[all …]
/OK3568_Linux_fs/kernel/net/dsa/
H A Dtag_trailer.c16 u8 *trailer; in trailer_xmit() local
18 trailer = skb_put(skb, 4); in trailer_xmit()
19 trailer[0] = 0x80; in trailer_xmit()
20 trailer[1] = 1 << dp->index; in trailer_xmit()
21 trailer[2] = 0x10; in trailer_xmit()
22 trailer[3] = 0x00; in trailer_xmit()
30 u8 *trailer; in trailer_rcv() local
36 trailer = skb_tail_pointer(skb) - 4; in trailer_rcv()
37 if (trailer[0] != 0x80 || (trailer[1] & 0xf8) != 0x00 || in trailer_rcv()
38 (trailer[2] & 0xef) != 0x00 || trailer[3] != 0x00) in trailer_rcv()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dnet1080.c342 struct nc_trailer *trailer; in net1080_rx_fixup() local
379 trailer = (struct nc_trailer *) in net1080_rx_fixup()
380 (skb->data + skb->len - sizeof *trailer); in net1080_rx_fixup()
381 skb_trim(skb, skb->len - sizeof *trailer); in net1080_rx_fixup()
398 if (header->packet_id != get_unaligned(&trailer->packet_id)) { in net1080_rx_fixup()
402 le16_to_cpu(trailer->packet_id)); in net1080_rx_fixup()
418 struct nc_trailer *trailer = NULL; in net1080_tx_fixup() local
462 if (!((skb->len + sizeof *trailer) & 0x01)) in net1080_tx_fixup()
464 trailer = skb_put(skb, sizeof *trailer); in net1080_tx_fixup()
465 put_unaligned(header->packet_id, &trailer->packet_id); in net1080_tx_fixup()
/OK3568_Linux_fs/kernel/net/hsr/
H A Dhsr_forward.c148 static void prp_set_lan_id(struct prp_rct *trailer, in prp_set_lan_id() argument
160 set_prp_lan_id(trailer, lane_id); in prp_set_lan_id()
168 struct prp_rct *trailer; in prp_fill_rct() local
181 trailer = (struct prp_rct *)skb_put(skb, HSR_HLEN); in prp_fill_rct()
185 prp_set_lan_id(trailer, port); in prp_fill_rct()
186 set_prp_LSDU_size(trailer, lsdu_size); in prp_fill_rct()
187 trailer->sequence_nr = htons(frame->sequence_nr); in prp_fill_rct()
188 trailer->PRP_suffix = htons(ETH_P_PRP); in prp_fill_rct()
283 struct prp_rct *trailer = skb_get_PRP_rct(frame->skb_prp); in prp_create_tagged_frame() local
285 if (trailer) { in prp_create_tagged_frame()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/wireshark/files/
H A DCVE-2022-3190.patch30 /* While we still have data in the trailer. For old format trailers, this needs
42 - /* Parse out the specified trailer. */
80 + /* Invalid length - either a malformed trailer, corrupt packet, or not f5ethtrailer */
86 + /* Parse out the specified trailer. */
128 + /* Unknown type - malformed trailer, corrupt packet, or not f5ethtrailer - bali out*/
132 + /* couldn't process trailer - bali out */
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Ddir.c138 struct ocfs2_dir_block_trailer *trailer; in ocfs2_init_dir_trailer() local
140 trailer = ocfs2_trailer_from_bh(bh, inode->i_sb); in ocfs2_init_dir_trailer()
141 strcpy(trailer->db_signature, OCFS2_DIR_TRAILER_SIGNATURE); in ocfs2_init_dir_trailer()
142 trailer->db_compat_rec_len = in ocfs2_init_dir_trailer()
144 trailer->db_parent_dinode = cpu_to_le64(OCFS2_I(inode)->ip_blkno); in ocfs2_init_dir_trailer()
145 trailer->db_blkno = cpu_to_le64(bh->b_blocknr); in ocfs2_init_dir_trailer()
146 trailer->db_free_rec_len = cpu_to_le16(rec_len); in ocfs2_init_dir_trailer()
159 struct ocfs2_dir_block_trailer *trailer; in ocfs2_dx_dir_link_trailer() local
167 trailer = ocfs2_trailer_from_bh(dirdata_bh, dir->i_sb); in ocfs2_dx_dir_link_trailer()
170 trailer->db_free_next = dx_root->dr_free_blk; in ocfs2_dx_dir_link_trailer()
[all …]
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dtout.py56 def Progress(msg, warning=False, trailer='...'): argument
64 _progress = msg + trailer
/OK3568_Linux_fs/kernel/drivers/net/wireguard/
H A Dsend.c167 struct sk_buff *trailer; in encrypt_packet() local
181 num_frags = skb_cow_data(skb, trailer_len, &trailer); in encrypt_packet()
188 memset(skb_tail_pointer(trailer), 0, padding_len); in encrypt_packet()
209 pskb_put(skb, trailer, trailer_len); in encrypt_packet()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dhtc.c278 u8 *trailer; in ath11k_htc_rx_completion_handler() local
290 trailer = (u8 *)hdr; in ath11k_htc_rx_completion_handler()
291 trailer += sizeof(*hdr); in ath11k_htc_rx_completion_handler()
292 trailer += payload_len; in ath11k_htc_rx_completion_handler()
293 trailer -= trailer_len; in ath11k_htc_rx_completion_handler()
294 status = ath11k_htc_process_trailer(htc, trailer, in ath11k_htc_rx_completion_handler()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dperf_cpum_cf_diag.c404 struct cf_trailer_entry *trailer; in cf_diag_getctr() local
409 sz -= sizeof(*trailer); /* Always room for trailer */ in cf_diag_getctr()
422 trailer = data + offset; in cf_diag_getctr()
423 cf_diag_trailer(trailer); in cf_diag_getctr()
424 return offset + sizeof(*trailer); in cf_diag_getctr()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Desp6.c484 struct sk_buff *trailer; in esp6_output_head() local
501 trailer = skb; in esp6_output_head()
502 tail = skb_tail_pointer(trailer); in esp6_output_head()
554 nfrags = skb_cow_data(skb, tailen, &trailer); in esp6_output_head()
557 tail = skb_tail_pointer(trailer); in esp6_output_head()
562 pskb_put(skb, trailer, tailen); in esp6_output_head()
930 struct sk_buff *trailer; in esp6_input() local
973 nfrags = skb_cow_data(skb, 0, &trailer); in esp6_input()
H A Dah6.c330 struct sk_buff *trailer; in ah6_output() local
346 err = skb_cow_data(skb, 0, &trailer); in ah6_output()
516 struct sk_buff *trailer; in ah6_input() local
558 err = skb_cow_data(skb, 0, &trailer); in ah6_input()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Desp4.c449 struct sk_buff *trailer; in esp_output_head() local
467 trailer = skb; in esp_output_head()
468 tail = skb_tail_pointer(trailer); in esp_output_head()
520 nfrags = skb_cow_data(skb, tailen, &trailer); in esp_output_head()
523 tail = skb_tail_pointer(trailer); in esp_output_head()
528 pskb_put(skb, trailer, tailen); in esp_output_head()
889 struct sk_buff *trailer; in esp_input() local
928 err = skb_cow_data(skb, 0, &trailer); in esp_input()
H A Dah4.c153 struct sk_buff *trailer; in ah_output() local
168 if ((err = skb_cow_data(skb, 0, &trailer)) < 0) in ah_output()
311 struct sk_buff *trailer; in ah_input() local
355 if ((err = skb_cow_data(skb, 0, &trailer)) < 0) in ah_input()
/OK3568_Linux_fs/kernel/drivers/usb/atm/
H A Dusbatm.c486 u8 *trailer = target + ATM_CELL_SIZE - ATM_AAL5_TRAILER; in usbatm_write_cells() local
489 trailer[2] = ctrl->len >> 8; in usbatm_write_cells()
490 trailer[3] = ctrl->len; in usbatm_write_cells()
494 trailer[4] = ctrl->crc >> 24; in usbatm_write_cells()
495 trailer[5] = ctrl->crc >> 16; in usbatm_write_cells()
496 trailer[6] = ctrl->crc >> 8; in usbatm_write_cells()
497 trailer[7] = ctrl->crc; in usbatm_write_cells()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Drfc1002pdu.h58 } __attribute__((packed)) trailer; member
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c570 iov[seg].iov_base = &c_tx->trailer.pad[4 - c_tx->pad]; in siw_tx_hdt()
573 iov[seg].iov_base = &c_tx->trailer.pad[c_tx->ctrl_sent]; in siw_tx_hdt()
578 *(u32 *)c_tx->trailer.pad = 0; in siw_tx_hdt()
581 (u8 *)&c_tx->trailer.crc - c_tx->pad, in siw_tx_hdt()
585 c_tx->trailer.crc = 0; in siw_tx_hdt()
587 crypto_shash_final(c_tx->mpa_crc_hd, (u8 *)&c_tx->trailer.crc); in siw_tx_hdt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dbmi.c457 u8 trailer[4] = {}; in ath10k_bmi_fast_download() local
472 memcpy(trailer, buffer + head_len, trailer_len); in ath10k_bmi_fast_download()
483 ret = ath10k_bmi_lz_data(ar, trailer, 4); in ath10k_bmi_fast_download()
H A Dhtc.c475 u8 *trailer; in ath10k_htc_rx_completion_handler() local
487 trailer = (u8 *)hdr; in ath10k_htc_rx_completion_handler()
488 trailer += sizeof(*hdr); in ath10k_htc_rx_completion_handler()
489 trailer += payload_len; in ath10k_htc_rx_completion_handler()
490 trailer -= trailer_len; in ath10k_htc_rx_completion_handler()
491 status = ath10k_htc_process_trailer(htc, trailer, in ath10k_htc_rx_completion_handler()
/OK3568_Linux_fs/kernel/arch/s390/boot/compressed/
H A Dvmlinux.lds.S100 .sb.trailer : {
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.c300 eseg->trailer |= cpu_to_be32(MLX5_ETH_WQE_INSERT_TRAILER); in mlx5e_ipsec_tx_build_eseg()
303 eseg->trailer |= (l3_proto == IPPROTO_ESP) ? in mlx5e_ipsec_tx_build_eseg()
307 eseg->trailer |= (l3_proto == IPPROTO_ESP) ? in mlx5e_ipsec_tx_build_eseg()
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_hw4.h3848 uint32_t trailer; member
3851 #define lpfc_trailer_valid_WORD trailer
3854 #define lpfc_trailer_async_WORD trailer
3857 #define lpfc_trailer_hpi_WORD trailer
3860 #define lpfc_trailer_completed_WORD trailer
3863 #define lpfc_trailer_consumed_WORD trailer
3866 #define lpfc_trailer_type_WORD trailer
3869 #define lpfc_trailer_code_WORD trailer
3923 uint32_t trailer; member
3938 uint32_t trailer; member
[all …]
/OK3568_Linux_fs/kernel/tools/vm/
H A Dslabinfo.c261 char trailer = 0; in store_size() local
267 trailer = 'G'; in store_size()
270 trailer = 'M'; in store_size()
273 trailer = 'K'; in store_size()
279 if (trailer) { in store_size()
280 buffer[n] = trailer; in store_size()
/OK3568_Linux_fs/u-boot/test/py/
H A Dmultiplexed_log.css45 .block-trailer {
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/
H A D0001-rpcgen-Fix-printf-formats.patch43 /* print the table trailer */

1234