Searched refs:tag_len (Results 1 – 3 of 3) sorted by relevance
/net/ipv4/ |
D | cipso_ipv4.c | 1181 u32 tag_len; in cipso_v4_gentag_rbm() local 1206 tag_len = 14; in cipso_v4_gentag_rbm() 1208 tag_len = 4 + ret_val; in cipso_v4_gentag_rbm() 1210 tag_len = 4; in cipso_v4_gentag_rbm() 1213 buffer[1] = tag_len; in cipso_v4_gentag_rbm() 1216 return tag_len; in cipso_v4_gentag_rbm() 1236 u8 tag_len = tag[1]; in cipso_v4_parsetag_rbm() local 1245 if (tag_len > 4) { in cipso_v4_parsetag_rbm() 1248 tag_len - 4, in cipso_v4_parsetag_rbm() 1280 u32 tag_len; in cipso_v4_gentag_enum() local [all …]
|
/net/ceph/ |
D | cls_lock_client.c | 32 int tag_len = strlen(tag); in ceph_cls_lock() local 41 tag_len + sizeof(__le32) + in ceph_cls_lock() 63 ceph_encode_string(&p, end, tag, tag_len); in ceph_cls_lock() 193 int tag_len = strlen(tag); in ceph_cls_set_cookie() local 201 tag_len + sizeof(__le32) + in ceph_cls_set_cookie() 220 ceph_encode_string(&p, end, tag, tag_len); in ceph_cls_set_cookie() 389 int tag_len = strlen(tag); in ceph_cls_assert_locked() local 396 tag_len + sizeof(__le32) + in ceph_cls_assert_locked() 418 ceph_encode_string(&p, end, tag, tag_len); in ceph_cls_assert_locked()
|
/net/9p/ |
D | trans_virtio.c | 531 int tag_len; in p9_mount_tag_show() local 535 tag_len = strlen(chan->tag); in p9_mount_tag_show() 537 memcpy(buf, chan->tag, tag_len + 1); in p9_mount_tag_show() 539 return tag_len + 1; in p9_mount_tag_show() 554 __u16 tag_len; in p9_virtio_probe() local 587 virtio_cread(vdev, struct virtio_9p_config, tag_len, &tag_len); in p9_virtio_probe() 592 tag = kzalloc(tag_len + 1, GFP_KERNEL); in p9_virtio_probe() 599 tag, tag_len); in p9_virtio_probe()
|