Searched refs:obj_size (Results 1 - 25 of 122) sorted by last modified time

12345

/linux-master/net/mptcp/
H A Dprotocol.c3803 .obj_size = sizeof(struct mptcp_sock),
4166 mptcp_v6_prot.obj_size = sizeof(struct mptcp6_sock);
H A Dsubflow.c2027 subflow_ops->obj_size = sizeof(struct mptcp_subflow_request_sock);
2030 subflow_ops->obj_size, 0,
/linux-master/net/ipv6/
H A Dudp.c1783 .obj_size = sizeof(struct udp6_sock),
H A Draw.c1218 .obj_size = sizeof(struct raw6_sock),
/linux-master/net/ipv4/
H A Dudp.c2951 .obj_size = sizeof(struct udp_sock),
H A Draw.c947 .obj_size = sizeof(struct raw_sock),
H A Dinet_connection_sock.c934 req->rsk_ops->obj_size - offsetof(struct sock, sk_dontcopy_end),
/linux-master/net/core/
H A Dskbuff.c571 size_t obj_size; local
574 obj_size = SKB_HEAD_ALIGN(*size);
575 if (obj_size <= SKB_SMALL_HEAD_CACHE_SIZE &&
589 obj_size = kmalloc_size_roundup(obj_size);
590 /* The following cast might truncate high-order bits of obj_size, this
591 * is harmless because kmalloc(obj_size >= 2^32) will fail anyway.
593 *size = (unsigned int)obj_size;
599 obj = kmalloc_node_track_caller(obj_size,
607 obj = kmalloc_node_track_caller(obj_size, flag
[all...]
H A Dsock.c2057 prot->obj_size - offsetof(struct sock, sk_dontcopy_end),
2078 sk_prot_clear_nulls(sk, prot->obj_size);
2080 sk = kmalloc(prot->obj_size, priority);
3925 rsk_prot->obj_size, 0,
3951 prot->obj_size, 0,
4073 proto->obj_size,
/linux-master/net/bluetooth/
H A Dsco.c488 .obj_size = sizeof(struct sco_pinfo)
H A Dl2cap_sock.c1807 .obj_size = sizeof(struct l2cap_pinfo)
H A Diso.c812 .obj_size = sizeof(struct iso_pinfo)
H A Dhci_sock.c2190 .obj_size = sizeof(struct hci_pinfo)
/linux-master/net/ax25/
H A Daf_ax25.c823 * XXX: when creating ax25_sock we should update the .obj_size setting
829 .obj_size = sizeof(struct ax25_sock),
/linux-master/include/net/
H A Dsock.h1296 unsigned int obj_size; member in struct:proto
H A Drequest_sock.h29 unsigned int obj_size; member in struct:request_sock_ops
/linux-master/net/unix/
H A Daf_unix.c932 .obj_size = sizeof(struct unix_sock),
943 .obj_size = sizeof(struct unix_sock),
/linux-master/drivers/net/
H A Dtun.c2686 .obj_size = sizeof(struct tun_file),
/linux-master/net/xdp/
H A Dxsk.c1668 .obj_size = sizeof(struct xdp_sock),
/linux-master/net/nfc/
H A Dllcp_sock.c56 .obj_size = sizeof(struct nfc_llcp_sock),
/linux-master/net/bluetooth/rfcomm/
H A Dsock.c268 .obj_size = sizeof(struct rfcomm_pinfo)
/linux-master/drivers/isdn/mISDN/
H A Dsocket.c19 .obj_size = sizeof(struct mISDN_sock)
/linux-master/net/packet/
H A Daf_packet.c3328 .obj_size = sizeof(struct packet_sock),
/linux-master/net/iucv/
H A Daf_iucv.c44 .obj_size = sizeof(struct iucv_sock),
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c1942 static void calc_pg_sz(u32 obj_num, u32 obj_size, u32 hop_num, u32 ctx_bt_num, argument
1948 u64 obj_per_chunk_default = buf_chunk_size / obj_size;

Completed in 390 milliseconds

12345