Searched refs:sctp_tsnmap_storage_size (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/net/sctp/ | ||
D | tsnmap.h | 126 #define sctp_tsnmap_storage_size(count) (sizeof(__u8) * (count) * 2) macro |
D | structs.h | 1370 __u8 _map[sctp_tsnmap_storage_size(SCTP_TSN_MAP_SIZE)]; |