Home
last modified time | relevance | path

Searched refs:dbuf (Results 1 – 2 of 2) sorted by relevance

/net/core/
Dutils.c129 u8 dbuf[4]; in in4_pton() local
137 d = dbuf; in in4_pton()
169 memcpy(dst, dbuf, sizeof(dbuf)); in in4_pton()
195 u8 dbuf[16]; in in6_pton() local
201 memset(dbuf, 0, sizeof(dbuf)); in in6_pton()
204 d = dbuf; in in6_pton()
234 if (dc - dbuf >= sizeof(dbuf)) in in6_pton()
267 if (!dc && d + 2 < dbuf + sizeof(dbuf)) { in in6_pton()
271 if (d + 2 >= dbuf + sizeof(dbuf)) { in in6_pton()
275 if ((dc && d + 4 < dbuf + sizeof(dbuf)) || in in6_pton()
[all …]
/net/ceph/
Dauth_x.c140 char *dbuf; in ceph_x_proc_ticket_reply() local
144 dbuf = kmalloc(TEMP_TICKET_BUF_LEN, GFP_NOFS); in ceph_x_proc_ticket_reply()
145 if (!dbuf) in ceph_x_proc_ticket_reply()
191 dlen = ceph_x_decrypt(secret, &p, end, dbuf, in ceph_x_proc_ticket_reply()
198 dend = dbuf + dlen; in ceph_x_proc_ticket_reply()
199 dp = dbuf; in ceph_x_proc_ticket_reply()
265 kfree(dbuf); in ceph_x_proc_ticket_reply()