Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dnet_namespace.c61 #define MIN_PERNET_OPS_ID \ macro
89 BUG_ON(id < MIN_PERNET_OPS_ID); in net_assign_generic()
113 memcpy(&ng->ptr[MIN_PERNET_OPS_ID], &old_ng->ptr[MIN_PERNET_OPS_ID], in net_assign_generic()
114 (old_ng->s.len - MIN_PERNET_OPS_ID) * sizeof(void *)); in net_assign_generic()
1235 error = ida_alloc_min(&net_generic_ids, MIN_PERNET_OPS_ID, in register_pernet_operations()