Lines Matching defs:cipso_ptr
286 * @cipso_ptr: pointer to CIPSO IP option
297 int cipso_v4_cache_add(const unsigned char *cipso_ptr,
310 cipso_ptr_len = cipso_ptr[1];
315 entry->key = kmemdup(cipso_ptr, cipso_ptr_len, GFP_ATOMIC);
321 entry->hash = cipso_v4_map_cache_hash(cipso_ptr, cipso_ptr_len);
1991 unsigned char *cipso_ptr;
1996 cipso_ptr = &opt->opt.__data[cipso_off];
1997 cipso_len = cipso_ptr[1];
2009 memmove(cipso_ptr, cipso_ptr + cipso_len,
2247 unsigned char *cipso_ptr;
2262 cipso_ptr = (unsigned char *)iph + opt->cipso;
2263 memset(cipso_ptr, IPOPT_NOOP, cipso_ptr[1]);