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;
930 * @net_cat_len: the length of the CIPSO category list in bytes
942 u32 net_cat_len)
951 if ((cat_iter + 2) > net_cat_len)
965 * @net_cat_len: the length of the CIPSO bitmap in bytes
976 u32 net_cat_len,
982 for (iter = 0; iter < net_cat_len; iter += 2) {
1038 * @net_cat_len: the length of the CIPSO category list in bytes
1050 u32 net_cat_len)
1058 if (net_cat_len >
1067 if (cat_size > net_cat_len)
1075 if (cat_size > net_cat_len)
1097 * @net_cat_len: the length of the CIPSO bitmap in bytes
1108 u32 net_cat_len,
1116 for (net_iter = 0; net_iter < net_cat_len; net_iter += 4) {
1118 if ((net_iter + 4) <= net_cat_len)