Searched refs:proto_array (Results 1 – 1 of 1) sorted by relevance
375 struct nf_conntrack_l4proto __rcu **proto_array; in nf_ct_l4proto_register() local378 proto_array = kmalloc(MAX_NF_CT_PROTO * in nf_ct_l4proto_register()381 if (proto_array == NULL) { in nf_ct_l4proto_register()387 RCU_INIT_POINTER(proto_array[i], &nf_conntrack_l4proto_generic); in nf_ct_l4proto_register()394 nf_ct_protos[l4proto->l3proto] = proto_array; in nf_ct_l4proto_register()