Searched refs:cipso_ptr (Results 1 – 2 of 2) sorted by relevance
311 int cipso_v4_cache_add(const unsigned char *cipso_ptr, in cipso_v4_cache_add() argument323 cipso_ptr_len = cipso_ptr[1]; in cipso_v4_cache_add()328 entry->key = kmemdup(cipso_ptr, cipso_ptr_len, GFP_ATOMIC); in cipso_v4_cache_add()334 entry->hash = cipso_v4_map_cache_hash(cipso_ptr, cipso_ptr_len); in cipso_v4_cache_add()1986 unsigned char *cipso_ptr; in cipso_v4_delopt() local1991 cipso_ptr = &opt->opt.__data[cipso_off]; in cipso_v4_delopt()1992 cipso_len = cipso_ptr[1]; in cipso_v4_delopt()2004 memmove(cipso_ptr, cipso_ptr + cipso_len, in cipso_v4_delopt()2241 unsigned char *cipso_ptr; in cipso_v4_skbuff_delattr() local2256 cipso_ptr = (unsigned char *)iph + opt->cipso; in cipso_v4_skbuff_delattr()[all …]
187 int cipso_v4_cache_add(const unsigned char *cipso_ptr,195 static inline int cipso_v4_cache_add(const unsigned char *cipso_ptr, in cipso_v4_cache_add() argument