Home
last modified time | relevance | path

Searched refs:chunk_type (Results 1 – 4 of 4) sorted by relevance

/linux/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c384 unsigned char chunk_type; in set_sctp_state() local
399 chunk_type = sch->type; in set_sctp_state()
419 chunk_type = sch->type; in set_sctp_state()
423 event = (chunk_type < sizeof(sctp_events)) ? in set_sctp_state()
424 sctp_events[chunk_type] : IP_VS_SCTP_DATA; in set_sctp_state()
/linux/drivers/net/wireless/silabs/wfx/
H A Dmain.c189 int ret, chunk_type, chunk_len, chunk_num = 0; in wfx_send_pds() local
196 chunk_type = get_unaligned_le16(buf + 0); in wfx_send_pds()
202 if (chunk_type != WFX_PDS_TLV_TYPE) { in wfx_send_pds()
/linux/net/netfilter/
H A Dnf_conntrack_proto_sctp.c190 int chunk_type) in sctp_new_state() argument
194 switch (chunk_type) { in sctp_new_state()
231 chunk_type, sctp_conntrack_names[cur_state]); in sctp_new_state()
/linux/fs/btrfs/
H A Daccessors.h162 BTRFS_SETGET_FUNCS(chunk_type, struct btrfs_chunk, type, 64);