Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/netlabel/
H A Dnetlabel_calipso.h134 int calipso_cache_add(const unsigned char *calipso_ptr,
H A Dnetlabel_calipso.c716 * @calipso_ptr: the CALIPSO option
724 int calipso_cache_add(const unsigned char *calipso_ptr, in calipso_cache_add() argument
732 ret_val = ops->cache_add(calipso_ptr, secattr); in calipso_cache_add()
/kernel/linux/linux-6.6/net/netlabel/
H A Dnetlabel_calipso.h134 int calipso_cache_add(const unsigned char *calipso_ptr,
H A Dnetlabel_calipso.c717 * @calipso_ptr: the CALIPSO option
725 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()
/kernel/linux/linux-5.10/net/ipv6/
H A Dcalipso.c251 * @calipso_ptr: the CALIPSO option
259 * negative values on failure. The key stored starts at calipso_ptr + 2,
261 * calipso_ptr[1] bytes of data.
264 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()
/kernel/linux/linux-6.6/net/ipv6/
H A Dcalipso.c251 * @calipso_ptr: the CALIPSO option
259 * negative values on failure. The key stored starts at calipso_ptr + 2,
261 * calipso_ptr[1] bytes of data.
264 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()
/kernel/linux/linux-5.10/include/net/
H A Dnetlabel.h261 int (*cache_add)(const unsigned char *calipso_ptr,
/kernel/linux/linux-6.6/include/net/
H A Dnetlabel.h261 int (*cache_add)(const unsigned char *calipso_ptr,

Completed in 9 milliseconds