Searched refs:proto_array (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_proto.c280 struct nf_conntrack_l4proto **proto_array; local
283 proto_array = kmalloc(MAX_NF_CT_PROTO *
286 if (proto_array == NULL) {
292 proto_array[i] = &nf_conntrack_l4proto_generic;
293 nf_ct_protos[l4proto->l3proto] = proto_array;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_proto.c280 struct nf_conntrack_l4proto **proto_array; local
283 proto_array = kmalloc(MAX_NF_CT_PROTO *
286 if (proto_array == NULL) {
292 proto_array[i] = &nf_conntrack_l4proto_generic;
293 nf_ct_protos[l4proto->l3proto] = proto_array;

Completed in 40 milliseconds