Searched refs:vh (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_offloadings.c136 vnet_hdr_is_bad(struct nm_vnet_hdr *vh) argument
138 uint8_t gso_type = vh->gso_type & ~VIRTIO_NET_HDR_GSO_ECN;
146 (vh->flags & ~(VIRTIO_NET_HDR_F_NEEDS_CSUM
160 struct nm_vnet_hdr *vh = NULL; local
188 vh = (struct nm_vnet_hdr *)src;
195 if (unlikely(vnet_hdr_is_bad(vh))) {
242 if (vh && vh->gso_type != VIRTIO_NET_HDR_GSO_NONE) {
259 u_int tcp = ((vh->gso_type & ~VIRTIO_NET_HDR_GSO_ECN)
424 if (vh
[all...]
H A Dif_ptnet.c1774 struct virtio_net_hdr *vh = local
1782 vh);
1796 mhead->m_pkthdr.csum_flags, vh->flags,
1797 vh->csum_start, vh->csum_offset, vh->hdr_len,
1798 vh->gso_size, vh->gso_type);
2010 struct virtio_net_hdr *vh; local
2049 vh
[all...]
/freebsd-12-stable/sys/geom/part/
H A Dg_part_ldm.c701 ldm_xvblk_handle(struct ldm_db *db, struct ldm_vblkhdr *vh, const u_char *p) argument
708 if (blk->group == vh->group)
712 blk->group = vh->group;
713 blk->size = size * vh->count + 16;
715 blk->map = 0xFF << vh->count;
718 if ((blk->map & (1 << vh->index)) != 0) {
723 memcpy(blk->data + size * vh->index + 16, p + 16, size);
724 blk->map |= 1 << vh->index;
1013 struct ldm_vblkhdr vh; local
1043 vh
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dtree-vn.c67 tree vh; local
69 vh = build0 (VALUE_HANDLE, type);
70 VALUE_HANDLE_ID (vh) = id++;
71 return vh;
H A Dtree-ssa-pre.c1046 tree vh; local
1048 vh = get_value_handle (expr);
1049 if (vh && TREE_CODE (vh) == VALUE_HANDLE)
1050 phitrans = phi_trans_lookup (expr, pred, VALUE_HANDLE_VUSES (vh));
1077 tree vh = get_value_handle (expr); local
1080 VEC (tree, gc) *vuses = VALUE_HANDLE_VUSES (vh);
1411 tree vh = get_value_handle (translated); local
1416 vuses = !is_gimple_min_invariant (vh)
1417 ? VALUE_HANDLE_VUSES (vh)
1548 tree vh = get_value_handle (expr); local
2109 tree vh = get_value_handle (node->expr); local
2539 tree vh; local
[all...]
/freebsd-12-stable/sys/netgraph/
H A Dng_checksum.c575 struct ng_checksum_vlan_header *vh; local
598 vh = (struct ng_checksum_vlan_header *) mtodo(m,
600 etype = ntohs(vh->etype);
H A Dng_patch.c589 struct ng_patch_vlan_header *vh; local
606 vh = (struct ng_patch_vlan_header *) mtodo(m,
608 etype = ntohs(vh->etype);
/freebsd-12-stable/tools/tools/netmap/
H A Dpkt-gen.c204 struct virt_header vh; member in struct:pkt
1121 bzero(&pkt->vh, sizeof(pkt->vh));
1316 frame = (char*)&targ->pkt + sizeof(targ->pkt.vh) - targ->g->virt_header;
1592 frame = (char *)pkt + sizeof(pkt->vh) - targ->g->virt_header;
1957 frame = (char *)pkt + sizeof(pkt->vh) - targ->g->virt_header;
2260 p -= sizeof(pkt->vh) - targ->g->virt_header;
2261 len += sizeof(pkt->vh) - targ->g->virt_header;
/freebsd-12-stable/contrib/binutils/bfd/
H A Delflink.c1100 struct elf_link_hash_entry *vh = *sym_hash;
1101 vh->root.type = h->root.type;
1103 (*bed->elf_backend_copy_indirect_symbol) (info, vh, h);
1108 h->root.u.i.link = (struct bfd_link_hash_entry *) vh;
1109 vh->dynamic_def = 1;
1110 vh->ref_dynamic = 1;
1114 h->root.type = vh->root.type;
1115 vh->ref_dynamic = 0;
1119 (*bed->elf_backend_hide_symbol) (info, vh, TRUE);
1121 h = vh;
1097 struct elf_link_hash_entry *vh = *sym_hash; local
[all...]
/freebsd-12-stable/sys/dev/bce/
H A Dif_bce.c6542 struct ether_vlan_header *vh; local
6827 vh = mtod(m0, struct ether_vlan_header *);
6828 vh->evl_encap_proto = htons(ETHERTYPE_VLAN);
6829 vh->evl_tag = htons(l2fhdr->l2_fhdr_vlan_tag);
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh335 PoIw2xGLFpkYKZ47V9PDCYoG+vh+W37PiggwJiH4F8Qghxo3NzbHe1ttjmggZ9tu

Completed in 287 milliseconds