Searched refs:tag_len (Results 1 – 2 of 2) sorted by relevance
/net/ipv4/ |
D | cipso_ipv4.c | 1275 u32 tag_len; in cipso_v4_gentag_rbm() local 1299 tag_len = 14; in cipso_v4_gentag_rbm() 1301 tag_len = 4 + ret_val; in cipso_v4_gentag_rbm() 1303 tag_len = 4; in cipso_v4_gentag_rbm() 1306 buffer[1] = tag_len; in cipso_v4_gentag_rbm() 1309 return tag_len; in cipso_v4_gentag_rbm() 1329 u8 tag_len = tag[1]; in cipso_v4_parsetag_rbm() local 1338 if (tag_len > 4) { in cipso_v4_parsetag_rbm() 1346 tag_len - 4, in cipso_v4_parsetag_rbm() 1377 u32 tag_len; in cipso_v4_gentag_enum() local [all …]
|
/net/9p/ |
D | trans_virtio.c | 94 int tag_len; member 505 return snprintf(buf, chan->tag_len + 1, "%s", chan->tag); in p9_mount_tag_show() 520 __u16 tag_len; in p9_virtio_probe() local 548 offsetof(struct virtio_9p_config, tag_len), in p9_virtio_probe() 549 &tag_len, sizeof(tag_len)); in p9_virtio_probe() 554 tag = kmalloc(tag_len, GFP_KERNEL); in p9_virtio_probe() 560 tag, tag_len); in p9_virtio_probe() 562 chan->tag_len = tag_len; in p9_virtio_probe() 615 if (!strncmp(devname, chan->tag, chan->tag_len) && in p9_virtio_create() 616 strlen(devname) == chan->tag_len) { in p9_virtio_create()
|