Searched refs:chunk_type (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/net/netfilter/ipvs/ |
D | ip_vs_proto_sctp.c | 382 unsigned char chunk_type; in set_sctp_state() local 397 chunk_type = sch->type; in set_sctp_state() 417 chunk_type = sch->type; in set_sctp_state() 421 event = (chunk_type < sizeof(sctp_events)) ? in set_sctp_state() 422 sctp_events[chunk_type] : IP_VS_SCTP_DATA; in set_sctp_state()
|
/Linux-v6.6/drivers/net/wireless/silabs/wfx/ |
D | main.c | 176 int ret, chunk_type, chunk_len, chunk_num = 0; in wfx_send_pds() local 183 chunk_type = get_unaligned_le16(buf + 0); in wfx_send_pds() 189 if (chunk_type != WFX_PDS_TLV_TYPE) { in wfx_send_pds()
|
/Linux-v6.6/fs/btrfs/ |
D | volumes.c | 3333 u64 chunk_type; in btrfs_relocate_sys_chunks() local 3370 chunk_type = btrfs_chunk_type(leaf, chunk); in btrfs_relocate_sys_chunks() 3373 if (chunk_type & BTRFS_BLOCK_GROUP_SYSTEM) { in btrfs_relocate_sys_chunks() 3409 u64 chunk_type; in btrfs_may_alloc_data_chunk() local 3413 chunk_type = cache->flags; in btrfs_may_alloc_data_chunk() 3416 if (!(chunk_type & BTRFS_BLOCK_GROUP_DATA)) in btrfs_may_alloc_data_chunk() 3601 static int chunk_profiles_filter(u64 chunk_type, in chunk_profiles_filter() argument 3604 chunk_type = chunk_to_extended(chunk_type) & in chunk_profiles_filter() 3607 if (bargs->profiles & chunk_type) in chunk_profiles_filter() 3757 static int chunk_soft_convert_filter(u64 chunk_type, in chunk_soft_convert_filter() argument [all …]
|
D | accessors.h | 176 BTRFS_SETGET_FUNCS(chunk_type, struct btrfs_chunk, type, 64);
|
/Linux-v6.6/net/netfilter/ |
D | nf_conntrack_proto_sctp.c | 195 int chunk_type) in sctp_new_state() argument 199 switch (chunk_type) { in sctp_new_state() 236 chunk_type, sctp_conntrack_names[cur_state]); in sctp_new_state()
|