Home
last modified time | relevance | path

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

/openbmc/linux/net/netlabel/
H A Dnetlabel_calipso.h134 int calipso_cache_add(const unsigned char *calipso_ptr,
H A Dnetlabel_calipso.c725 int calipso_cache_add(const unsigned char *calipso_ptr, in calipso_cache_add() argument
733 ret_val = ops->cache_add(calipso_ptr, secattr); in calipso_cache_add()
/openbmc/linux/net/ipv6/
H A 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()
/openbmc/linux/include/net/
H A Dnetlabel.h261 int (*cache_add)(const unsigned char *calipso_ptr,