Searched refs:obj_size (Results 1 – 25 of 66) sorted by relevance
123
/net/dccp/ |
D | ccid.c | 79 static struct kmem_cache *ccid_kmem_cache_create(int obj_size, char *slab_name_fmt, const char *fmt… in ccid_kmem_cache_create() argument 88 slab = kmem_cache_create(slab_name_fmt, sizeof(struct ccid) + obj_size, 0, in ccid_kmem_cache_create()
|
D | ipv4.c | 565 .obj_size = sizeof(struct dccp_request_sock), 959 .obj_size = sizeof(struct dccp_sock),
|
D | ipv6.c | 299 .obj_size = sizeof(struct dccp6_request_sock), 1047 .obj_size = sizeof(struct dccp6_sock),
|
/net/netfilter/ |
D | nf_conntrack_proto_udp.c | 284 .obj_size = sizeof(unsigned int) * CTA_TIMEOUT_UDP_MAX, 306 .obj_size = sizeof(unsigned int) * CTA_TIMEOUT_UDP_MAX,
|
D | nf_conntrack_proto_generic.c | 75 .obj_size = sizeof(unsigned int),
|
D | nf_conntrack_proto_icmpv6.c | 289 .obj_size = sizeof(unsigned int),
|
D | nf_conntrack_proto_gre.c | 329 .obj_size = sizeof(unsigned int) * GRE_CT_MAX,
|
D | nf_conntrack_proto_icmp.c | 370 .obj_size = sizeof(unsigned int),
|
D | nf_conntrack_proto_dccp.c | 766 .obj_size = sizeof(unsigned int) * CT_DCCP_MAX,
|
D | nfnetlink_cttimeout.c | 134 l4proto->ctnl_timeout.obj_size, GFP_KERNEL); in cttimeout_new_timeout()
|
D | nf_conntrack_proto_sctp.c | 679 .obj_size = sizeof(unsigned int) * SCTP_CONNTRACK_MAX,
|
/net/ipv6/ |
D | udplite.c | 53 .obj_size = sizeof(struct udp6_sock),
|
D | ping.c | 179 .obj_size = sizeof(struct raw6_sock),
|
/net/ipv4/ |
D | udplite.c | 57 .obj_size = sizeof(struct udp_sock),
|
/net/phonet/ |
D | datagram.c | 180 .obj_size = sizeof(struct pn_sock),
|
/net/bluetooth/bnep/ |
D | sock.c | 196 .obj_size = sizeof(struct bt_sock)
|
/net/bluetooth/cmtp/ |
D | sock.c | 199 .obj_size = sizeof(struct bt_sock)
|
/net/bluetooth/hidp/ |
D | sock.c | 247 .obj_size = sizeof(struct bt_sock)
|
/net/core/ |
D | sock.c | 1583 osk->sk_prot->obj_size - offsetof(struct sock, sk_dontcopy_end)); in sock_copy() 1603 sk_prot_clear_nulls(sk, prot->obj_size); in sk_prot_alloc() 1605 sk = kmalloc(prot->obj_size, priority); in sk_prot_alloc() 3358 rsk_prot->obj_size, 0, in req_prot_init() 3376 prot->obj_size, 0, in proto_register() 3516 proto->obj_size, in proto_seq_printf()
|
/net/nfc/ |
D | rawsock.c | 398 .obj_size = sizeof(struct nfc_rawsock),
|
/net/ieee802154/ |
D | socket.c | 393 .obj_size = sizeof(struct sock), 954 .obj_size = sizeof(struct dgram_sock),
|
/net/l2tp/ |
D | l2tp_ip.c | 599 .obj_size = sizeof(struct l2tp_ip_sock),
|
D | l2tp_ip6.c | 733 .obj_size = sizeof(struct l2tp_ip6_sock),
|
/net/can/ |
D | raw.c | 869 .obj_size = sizeof(struct raw_sock),
|
/net/rds/ |
D | af_rds.c | 637 .obj_size = sizeof(struct rds_sock),
|
123