Searched refs:tag_len (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | cipso_ipv4.c | 1271 u32 tag_len; in cipso_v4_gentag_rbm() local 1295 tag_len = 14; in cipso_v4_gentag_rbm() 1297 tag_len = 4 + ret_val; in cipso_v4_gentag_rbm() 1299 tag_len = 4; in cipso_v4_gentag_rbm() 1302 buffer[1] = tag_len; in cipso_v4_gentag_rbm() 1305 return tag_len; in cipso_v4_gentag_rbm() 1325 u8 tag_len = tag[1]; in cipso_v4_parsetag_rbm() local 1334 if (tag_len > 4) { in cipso_v4_parsetag_rbm() 1337 tag_len - 4, in cipso_v4_parsetag_rbm() 1368 u32 tag_len; in cipso_v4_gentag_enum() local [all …]
|
/linux-4.1.27/net/9p/ |
D | trans_virtio.c | 94 int tag_len; member 528 memcpy(buf, chan->tag, chan->tag_len); in p9_mount_tag_show() 529 buf[chan->tag_len] = 0; in p9_mount_tag_show() 531 return chan->tag_len + 1; in p9_mount_tag_show() 546 __u16 tag_len; in p9_virtio_probe() local 579 virtio_cread(vdev, struct virtio_9p_config, tag_len, &tag_len); in p9_virtio_probe() 584 tag = kmalloc(tag_len, GFP_KERNEL); in p9_virtio_probe() 591 tag, tag_len); in p9_virtio_probe() 593 chan->tag_len = tag_len; in p9_virtio_probe() 652 if (!strncmp(devname, chan->tag, chan->tag_len) && in p9_virtio_create() [all …]
|
/linux-4.1.27/include/net/ |
D | cipso_ipv4.h | 299 u8 tag_len; in cipso_v4_validate() local 312 tag_len = opt[opt_iter + 1]; in cipso_v4_validate() 313 if ((tag_len == 0) || (tag_len > (opt_len - opt_iter))) { in cipso_v4_validate() 317 opt_iter += tag_len; in cipso_v4_validate()
|
/linux-4.1.27/include/uapi/linux/ |
D | virtio_9p.h | 39 __u16 tag_len; member
|
D | if_pppox.h | 120 __be16 tag_len; member
|