Lines Matching defs:pkg
27 struct tb_xdp_header *pkg;
49 const struct ctl_pkg *pkg)
51 switch (pkg->frame.eof) {
56 const struct tb_xdp_header *res_hdr = pkg->buffer;
59 if (pkg->frame.size < req->response_size / 4)
82 const struct ctl_pkg *pkg)
84 memcpy(req->response, pkg->buffer, req->response_size);
556 const struct tb_xdp_header *pkg = xw->pkg;
557 const struct tb_xdomain_header *xhdr = &pkg->xd_hdr;
583 switch (pkg->type) {
586 (const struct tb_xdp_properties *)pkg);
591 (const struct tb_xdp_properties_changed *)pkg;
624 pkg->type);
628 kfree(xw->pkg);
645 xw->pkg = kmemdup(hdr, size, GFP_KERNEL);
646 if (!xw->pkg) {