Searched refs:tag_len (Results 1 – 3 of 3) sorted by relevance
/net/ipv4/ |
D | cipso_ipv4.c | 1180 u32 tag_len; in cipso_v4_gentag_rbm() local 1205 tag_len = 14; in cipso_v4_gentag_rbm() 1207 tag_len = 4 + ret_val; in cipso_v4_gentag_rbm() 1209 tag_len = 4; in cipso_v4_gentag_rbm() 1212 buffer[1] = tag_len; in cipso_v4_gentag_rbm() 1215 return tag_len; in cipso_v4_gentag_rbm() 1235 u8 tag_len = tag[1]; in cipso_v4_parsetag_rbm() local 1244 if (tag_len > 4) { in cipso_v4_parsetag_rbm() 1247 tag_len - 4, in cipso_v4_parsetag_rbm() 1279 u32 tag_len; in cipso_v4_gentag_enum() local [all …]
|
/net/ceph/ |
D | cls_lock_client.c | 34 int tag_len = strlen(tag); in ceph_cls_lock() local 43 tag_len + sizeof(__le32) + in ceph_cls_lock() 65 ceph_encode_string(&p, end, tag, tag_len); in ceph_cls_lock() 199 int tag_len = strlen(tag); in ceph_cls_set_cookie() local 207 tag_len + sizeof(__le32) + in ceph_cls_set_cookie() 226 ceph_encode_string(&p, end, tag, tag_len); in ceph_cls_set_cookie() 395 int tag_len = strlen(tag); in ceph_cls_assert_locked() local 402 tag_len + sizeof(__le32) + in ceph_cls_assert_locked() 424 ceph_encode_string(&p, end, tag, tag_len); in ceph_cls_assert_locked()
|
/net/9p/ |
D | trans_virtio.c | 571 int tag_len; in p9_mount_tag_show() local 575 tag_len = strlen(chan->tag); in p9_mount_tag_show() 577 memcpy(buf, chan->tag, tag_len + 1); in p9_mount_tag_show() 579 return tag_len + 1; in p9_mount_tag_show() 594 __u16 tag_len; in p9_virtio_probe() local 627 virtio_cread(vdev, struct virtio_9p_config, tag_len, &tag_len); in p9_virtio_probe() 632 tag = kzalloc(tag_len + 1, GFP_KERNEL); in p9_virtio_probe() 639 tag, tag_len); in p9_virtio_probe()
|