Searched refs:chunkmap (Results 1 – 2 of 2) sorted by relevance
43 (chunkmap)[type / bytes(__u32)] |= \49 (chunkmap)[type / bytes(__u32)] &= \55 ((chunkmap)[type / bytes (__u32)] & \59 #define SCTP_CHUNKMAP_RESET(chunkmap) \ argument60 memset((chunkmap), 0, sizeof(chunkmap))62 #define SCTP_CHUNKMAP_SET_ALL(chunkmap) \ argument63 memset((chunkmap), ~0U, sizeof(chunkmap))69 __sctp_chunkmap_is_clear((chunkmap), ARRAY_SIZE(chunkmap))75 if (chunkmap[i]) in __sctp_chunkmap_is_clear()81 __sctp_chunkmap_is_all_set((chunkmap), ARRAY_SIZE(chunkmap))[all …]
56 SCTP_CHUNKMAP_COPY(chunkmapcopy, info->chunkmap); in match_packet()75 if (SCTP_CHUNKMAP_IS_SET(info->chunkmap, sch->type)) { in match_packet()
Completed in 6 milliseconds