Lines Matching defs:net_cat_len
777 * @net_cat_len: the length of the CIPSO bitmap in bytes
788 u32 net_cat_len)
793 u32 net_clen_bits = net_cat_len * 8;
837 * @net_cat_len: the length of the CIPSO bitmap in bytes
848 u32 net_cat_len,
854 u32 net_clen_bits = net_cat_len * 8;
934 * @net_cat_len: the length of the CIPSO category list in bytes
946 u32 net_cat_len)
955 if ((cat_iter + 2) > net_cat_len)
969 * @net_cat_len: the length of the CIPSO bitmap in bytes
980 u32 net_cat_len,
986 for (iter = 0; iter < net_cat_len; iter += 2) {
1042 * @net_cat_len: the length of the CIPSO category list in bytes
1054 u32 net_cat_len)
1062 if (net_cat_len >
1071 if (cat_size > net_cat_len)
1079 if (cat_size > net_cat_len)
1101 * @net_cat_len: the length of the CIPSO bitmap in bytes
1112 u32 net_cat_len,
1120 for (net_iter = 0; net_iter < net_cat_len; net_iter += 4) {
1122 if ((net_iter + 4) <= net_cat_len)