/kernel/linux/linux-5.10/net/sctp/ |
H A D | output.c | 175 * as it can fit in the packet, but any more data that does not fit in this 317 /* Account for the data being in the packet */ in __sctp_packet_append_chunk() 470 skb_put_data(nskb, chunk->skb->data, chunk->skb->len); in sctp_packet_pack() 658 * A) At any given time, the data sender MUST NOT transmit new data to in sctp_packet_can_append_data() 662 * is 0), the data sender can always have one DATA chunk in flight to in sctp_packet_can_append_data() 665 * missed due to the SACK having been lost in transit from the data in sctp_packet_can_append_data() 666 * receiver to the data sender. in sctp_packet_can_append_data() 676 /* We have (at least) one data chunk in flight, in sctp_packet_can_append_data() 683 * B) At any given time, the sender MUST NOT transmit new data in sctp_packet_can_append_data() [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_csum.c | 605 struct vlan_hdr *vlan = (struct vlan_hdr *)skb->data; in tcf_csum_act()
|
H A D | sch_sfb.c | 95 return (struct sfb_skb_cb *)qdisc_skb_cb(skb)->data; in sfb_skb_cb()
|
/kernel/linux/linux-5.10/net/nfc/ |
H A D | llcp_commands.c | 818 skb->data[2] = sock->recv_n; in nfc_llcp_send_rr()
|
/kernel/linux/linux-5.10/sound/i2c/other/ |
H A D | ak4114.c | 316 ucontrol->value.bytes.data[i] = reg_read(chip, AK4114_REG_QSUB_ADDR + i); in snd_ak4114_spdif_qget()
|
H A D | ak4113.c | 346 ucontrol->value.bytes.data[i] = reg_read(chip, in snd_ak4113_spdif_qget()
|
H A D | ak4117.c | 303 ucontrol->value.bytes.data[i] = reg_read(chip, AK4117_REG_QSUB_ADDR + i); in snd_ak4117_spdif_qget()
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_crypto.c | 527 * a hash. ahash performance varies for different data sizes on different 581 * Calculate the hash of template data 600 u8 *data_to_hash = field_data[i].data; in ima_calc_field_array_hash_tfm()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8804.c | 84 unsigned long event, void *data) \ 242 /* set data format */ in wm8804_set_fmt()
|
/kernel/linux/linux-5.10/sound/soc/generic/ |
H A D | audio-graph-card.c | 638 /* Allocate the private data and the DAI link array */ in graph_probe() 698 .data = (void *)DPCM_SELECTABLE },
|
H A D | simple-card.c | 599 /* Allocate the private data and the DAI link array */ in asoc_simple_probe() 703 .data = (void *)DPCM_SELECTABLE },
|
/kernel/linux/linux-5.10/sound/soc/meson/ |
H A D | axg-pdm.c | 194 /* Capture the data when we are at 75% of the half period */ in axg_pdm_set_sample_pointer() 579 .data = &axg_pdm_config,
|
/kernel/linux/linux-5.10/sound/soc/sh/ |
H A D | siu_dai.c | 563 siu_stream->rw_flg = 0; /* stream-data transfer flag */ in siu_dai_prepare() 737 memcpy(&info->fw, fw_entry->data, fw_entry->size); in siu_probe()
|
/kernel/linux/linux-5.10/sound/soc/mediatek/mt6797/ |
H A D | mt6797-afe-pcm.c | 688 /* force cpu use normal mode when access sram data */ in mt6797_afe_runtime_resume() 691 /* force cpu use 8_24 format when writing 32bit data */ in mt6797_afe_runtime_resume() 792 afe->memif[i].data = &memif_data[i]; in mt6797_afe_pcm_dev_probe()
|
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | browser.c | 364 * forget about any reference to any entry in the underlying data structure, 574 void *data __maybe_unused) in ui_browser__color_config()
|
/kernel/linux/linux-5.10/fs/nfs/blocklayout/ |
H A D | extent_tree.c | 508 p = xdr_encode_opaque_fixed(p, be->be_device->deviceid.data, in encode_block_extent()
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | radeon_drm.h | 177 #define RADEON_CMD_SCALARS 2 /* emit scalar data */ 178 #define RADEON_CMD_VECTORS 3 /* emit vector data */ 307 /* Byte offsets for indirect buffer data 673 const void __user *data; member 898 /** Length of data to read */ 900 /** Pointer to write the data into. */ 911 /** Length of data to write */ 913 /** Pointer to read the data from. */
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | rdmavt_qp.h | 152 * NOTE: This data structure is stricly ordered wr then attr. I.e the attr 177 u32 length; /* total length of data in sg_list */ 269 * @rq: data structure for request queue entry 334 void *priv; /* Driver private data */ 383 u32 r_rcv_len; /* receive data len processed */ 393 struct rvt_sge_state r_sge; /* current receive data */ 408 struct rvt_sge_state s_sge; /* current send request data */ 885 void *data, u32 length, 947 * @rvt_rq: request queue data structure
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | bcache.h | 275 __entry->keys = b->keys.set[b->keys.nsets].data->keys;
|
/kernel/linux/linux-5.10/lib/ |
H A D | kobject_uevent.c | 274 kfree(info->data); in cleanup_uevent_env() 463 * kobject_uevent_env - send an uevent with environmental data 467 * @envp_ext: pointer to environmental data
|
/kernel/linux/linux-5.10/mm/ |
H A D | util.c | 136 * kmemdup_nul - Create a NUL-terminated string from unterminated data 137 * @s: The data to stringify 138 * @len: The size of the data 647 * kvfree_sensitive - Free a data object containing sensitive information. 648 * @addr: address of the data object to be freed. 649 * @len: length of the data object. 652 * kvmalloc'ed object containing sensitive data to make sure that the 653 * compiler won't optimize out the data clearing. 878 t.data = &new_policy; in overcommit_policy_handler()
|
/kernel/linux/linux-5.10/kernel/debug/ |
H A D | debug_core.c | 893 void *data) in module_event() 892 module_event(struct notifier_block *self, unsigned long val, void *data) module_event() argument
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | ocfs2.h | 143 typedef void (*ocfs2_lock_callback)(int status, unsigned long data); 265 OCFS2_MOUNT_DATA_WRITEBACK = 1 << 4, /* No data ordering */
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | inode.c | 651 return pde->data; in proc_get_link()
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | svc.c | 374 msg = (struct atmsvc_msg *)skb->data; in svc_accept()
|