Home
last modified time | relevance | path

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

/net/core/
Dnet_namespace.c60 #define MIN_PERNET_OPS_ID \ macro
85 BUG_ON(id < MIN_PERNET_OPS_ID); in net_assign_generic()
109 memcpy(&ng->ptr[MIN_PERNET_OPS_ID], &old_ng->ptr[MIN_PERNET_OPS_ID], in net_assign_generic()
110 (old_ng->s.len - MIN_PERNET_OPS_ID) * sizeof(void *)); in net_assign_generic()
1209 error = ida_alloc_min(&net_generic_ids, MIN_PERNET_OPS_ID, in register_pernet_operations()