Home
last modified time | relevance | path

Searched refs:calipso_ptr (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/netlabel/
Dnetlabel_calipso.h148 int calipso_cache_add(const unsigned char *calipso_ptr,
Dnetlabel_calipso.c733 int calipso_cache_add(const unsigned char *calipso_ptr, in calipso_cache_add() argument
741 ret_val = ops->cache_add(calipso_ptr, secattr); in calipso_cache_add()
/Linux-v4.19/net/ipv6/
Dcalipso.c275 static int calipso_cache_add(const unsigned char *calipso_ptr, in calipso_cache_add() argument
287 calipso_ptr_len = calipso_ptr[1]; in calipso_cache_add()
292 entry->key = kmemdup(calipso_ptr + 2, calipso_ptr_len, GFP_ATOMIC); in calipso_cache_add()
298 entry->hash = calipso_map_cache_hash(calipso_ptr, calipso_ptr_len); in calipso_cache_add()
/Linux-v4.19/include/net/
Dnetlabel.h275 int (*cache_add)(const unsigned char *calipso_ptr,