Home
last modified time | relevance | path

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

/linux-6.6.21/net/core/
Dnet_namespace.c61 #define MIN_PERNET_OPS_ID \ macro
86 BUG_ON(id < MIN_PERNET_OPS_ID); in net_assign_generic()
110 memcpy(&ng->ptr[MIN_PERNET_OPS_ID], &old_ng->ptr[MIN_PERNET_OPS_ID], in net_assign_generic()
111 (old_ng->s.len - MIN_PERNET_OPS_ID) * sizeof(void *)); in net_assign_generic()
1227 error = ida_alloc_min(&net_generic_ids, MIN_PERNET_OPS_ID, in register_pernet_operations()