Lines Matching defs:net_cat_len
776 * @net_cat_len: the length of the CIPSO bitmap in bytes
787 u32 net_cat_len)
792 u32 net_clen_bits = net_cat_len * 8;
836 * @net_cat_len: the length of the CIPSO bitmap in bytes
847 u32 net_cat_len,
853 u32 net_clen_bits = net_cat_len * 8;
933 * @net_cat_len: the length of the CIPSO category list in bytes
945 u32 net_cat_len)
954 if ((cat_iter + 2) > net_cat_len)
968 * @net_cat_len: the length of the CIPSO bitmap in bytes
979 u32 net_cat_len,
985 for (iter = 0; iter < net_cat_len; iter += 2) {
1041 * @net_cat_len: the length of the CIPSO category list in bytes
1053 u32 net_cat_len)
1061 if (net_cat_len >
1070 if (cat_size > net_cat_len)
1078 if (cat_size > net_cat_len)
1100 * @net_cat_len: the length of the CIPSO bitmap in bytes
1111 u32 net_cat_len,
1119 for (net_iter = 0; net_iter < net_cat_len; net_iter += 4) {
1121 if ((net_iter + 4) <= net_cat_len)