Searched refs:sshp_buf_alloc (Results 1 – 2 of 2) sorted by relevance
47 * sshp_buf_alloc() - Allocate and initialize a SSH parser buffer.57 static inline int sshp_buf_alloc(struct sshp_buf *buf, size_t cap, gfp_t flags) in sshp_buf_alloc() function 75 * free a buffer previously allocated with sshp_buf_alloc().
2066 status = sshp_buf_alloc(&ptl->rx.buf, SSH_PTL_RX_BUF_LEN, GFP_KERNEL); in ssh_ptl_init()