Lines Matching defs:cipso_ptr
285 * @cipso_ptr: pointer to CIPSO IP option
296 int cipso_v4_cache_add(const unsigned char *cipso_ptr,
309 cipso_ptr_len = cipso_ptr[1];
314 entry->key = kmemdup(cipso_ptr, cipso_ptr_len, GFP_ATOMIC);
320 entry->hash = cipso_v4_map_cache_hash(cipso_ptr, cipso_ptr_len);
1990 unsigned char *cipso_ptr;
1995 cipso_ptr = &opt->opt.__data[cipso_off];
1996 cipso_len = cipso_ptr[1];
2008 memmove(cipso_ptr, cipso_ptr + cipso_len,
2246 unsigned char *cipso_ptr;
2261 cipso_ptr = (unsigned char *)iph + opt->cipso;
2262 memset(cipso_ptr, IPOPT_NOOP, cipso_ptr[1]);