Home
last modified time | relevance | path

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

/linux-6.1.9/net/netlabel/
Dnetlabel_calipso.h134 int calipso_cache_add(const unsigned char *calipso_ptr,
Dnetlabel_calipso.c722 int calipso_cache_add(const unsigned char *calipso_ptr, in calipso_cache_add() argument
730 ret_val = ops->cache_add(calipso_ptr, secattr); in calipso_cache_add()
/linux-6.1.9/net/ipv6/
Dcalipso.c264 static int calipso_cache_add(const unsigned char *calipso_ptr, in calipso_cache_add() argument
276 calipso_ptr_len = calipso_ptr[1]; in calipso_cache_add()
281 entry->key = kmemdup(calipso_ptr + 2, calipso_ptr_len, GFP_ATOMIC); in calipso_cache_add()
287 entry->hash = calipso_map_cache_hash(calipso_ptr, calipso_ptr_len); in calipso_cache_add()
/linux-6.1.9/include/net/
Dnetlabel.h261 int (*cache_add)(const unsigned char *calipso_ptr,