Searched refs:cipso_ptr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | cipso_ipv4.c | 286 * @cipso_ptr: pointer to CIPSO IP option 297 int cipso_v4_cache_add(const unsigned char *cipso_ptr, in cipso_v4_cache_add() argument 310 cipso_ptr_len = cipso_ptr[1]; in cipso_v4_cache_add() 315 entry->key = kmemdup(cipso_ptr, cipso_ptr_len, GFP_ATOMIC); in cipso_v4_cache_add() 321 entry->hash = cipso_v4_map_cache_hash(cipso_ptr, cipso_ptr_len); in cipso_v4_cache_add() 1991 unsigned char *cipso_ptr; in cipso_v4_delopt() local 1996 cipso_ptr = &opt->opt.__data[cipso_off]; in cipso_v4_delopt() 1997 cipso_len = cipso_ptr[1]; in cipso_v4_delopt() 2009 memmove(cipso_ptr, cipso_ptr in cipso_v4_delopt() 2247 unsigned char *cipso_ptr; cipso_v4_skbuff_delattr() local [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | cipso_ipv4.c | 285 * @cipso_ptr: pointer to CIPSO IP option 296 int cipso_v4_cache_add(const unsigned char *cipso_ptr, in cipso_v4_cache_add() argument 309 cipso_ptr_len = cipso_ptr[1]; in cipso_v4_cache_add() 314 entry->key = kmemdup(cipso_ptr, cipso_ptr_len, GFP_ATOMIC); in cipso_v4_cache_add() 320 entry->hash = cipso_v4_map_cache_hash(cipso_ptr, cipso_ptr_len); in cipso_v4_cache_add() 1990 unsigned char *cipso_ptr; in cipso_v4_delopt() local 1995 cipso_ptr = &opt->opt.__data[cipso_off]; in cipso_v4_delopt() 1996 cipso_len = cipso_ptr[1]; in cipso_v4_delopt() 2008 memmove(cipso_ptr, cipso_ptr in cipso_v4_delopt() 2246 unsigned char *cipso_ptr; cipso_v4_skbuff_delattr() local [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | cipso_ipv4.h | 161 int cipso_v4_cache_add(const unsigned char *cipso_ptr, 169 static inline int cipso_v4_cache_add(const unsigned char *cipso_ptr, in cipso_v4_cache_add() argument
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cipso_ipv4.h | 161 int cipso_v4_cache_add(const unsigned char *cipso_ptr, 169 static inline int cipso_v4_cache_add(const unsigned char *cipso_ptr, in cipso_v4_cache_add() argument
|
Completed in 7 milliseconds