Searched refs:obj_size (Results 1 – 25 of 69) 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 | 569 .obj_size = sizeof(struct dccp_request_sock), 961 .obj_size = sizeof(struct dccp_sock),
|
D | ipv6.c | 299 .obj_size = sizeof(struct dccp6_request_sock), 1044 .obj_size = sizeof(struct dccp6_sock),
|
/net/netfilter/ |
D | nf_conntrack_proto_udp.c | 293 .obj_size = sizeof(unsigned int) * CTA_TIMEOUT_UDP_MAX, 315 .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_gre.c | 326 .obj_size = sizeof(unsigned int) * GRE_CT_MAX,
|
D | nf_conntrack_proto_icmpv6.c | 356 .obj_size = sizeof(unsigned int),
|
D | nf_conntrack_proto_icmp.c | 380 .obj_size = sizeof(unsigned int),
|
D | nfnetlink_cttimeout.c | 134 l4proto->ctnl_timeout.obj_size, GFP_KERNEL); in cttimeout_new_timeout()
|
D | nf_conntrack_proto_dccp.c | 813 .obj_size = sizeof(unsigned int) * CT_DCCP_MAX,
|
D | nf_conntrack_proto_sctp.c | 711 .obj_size = sizeof(unsigned int) * SCTP_CONNTRACK_MAX,
|
/net/ipv4/ |
D | udplite.c | 67 .obj_size = sizeof(struct udp_sock),
|
/net/ipv6/ |
D | udplite.c | 62 .obj_size = sizeof(struct udp6_sock),
|
D | ping.c | 181 .obj_size = sizeof(struct raw6_sock),
|
/net/phonet/ |
D | datagram.c | 180 .obj_size = sizeof(struct pn_sock),
|
/net/bluetooth/bnep/ |
D | sock.c | 194 .obj_size = sizeof(struct bt_sock)
|
/net/bluetooth/cmtp/ |
D | sock.c | 197 .obj_size = sizeof(struct bt_sock)
|
/net/bluetooth/hidp/ |
D | sock.c | 245 .obj_size = sizeof(struct bt_sock)
|
/net/core/ |
D | sock.c | 1693 prot->obj_size - offsetof(struct sock, sk_dontcopy_end)); in sock_copy() 1713 sk_prot_clear_nulls(sk, prot->obj_size); in sk_prot_alloc() 1715 sk = kmalloc(prot->obj_size, priority); in sk_prot_alloc() 3514 rsk_prot->obj_size, 0, in req_prot_init() 3532 prot->obj_size, 0, in proto_register() 3668 proto->obj_size, in proto_seq_printf()
|
/net/nfc/ |
D | rawsock.c | 397 .obj_size = sizeof(struct nfc_rawsock),
|
/net/ieee802154/ |
D | socket.c | 398 .obj_size = sizeof(struct sock), 960 .obj_size = sizeof(struct dgram_sock),
|
/net/l2tp/ |
D | l2tp_ip.c | 604 .obj_size = sizeof(struct l2tp_ip_sock),
|
D | l2tp_ip6.c | 730 .obj_size = sizeof(struct l2tp_ip6_sock),
|
/net/mptcp/ |
D | subflow.c | 1404 subflow_ops->obj_size = sizeof(struct mptcp_subflow_request_sock); in subflow_ops_init() 1407 subflow_ops->obj_size, 0, in subflow_ops_init()
|
/net/rds/ |
D | af_rds.c | 635 .obj_size = sizeof(struct rds_sock),
|
123