Searched refs:cipso_ptr (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dcipso_ipv4.c383 unsigned char *cipso_ptr; local
389 cipso_ptr = CIPSO_V4_OPTPTR(skb);
390 cipso_ptr_len = cipso_ptr[1];
395 entry->key = kmemdup(cipso_ptr, cipso_ptr_len, GFP_ATOMIC);
401 entry->hash = cipso_v4_map_cache_hash(cipso_ptr, cipso_ptr_len);
2020 unsigned char *cipso_ptr; local
2025 cipso_ptr = &opt->__data[cipso_off];
2026 cipso_len = cipso_ptr[1];
2038 memmove(cipso_ptr, cipso_ptr
2280 unsigned char *cipso_ptr; local
[all...]

Completed in 229 milliseconds