Searched refs:eh (Results 126 - 150 of 162) sorted by relevance

1234567

/freebsd-current/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3343 else if (auto *eh = dyn_cast<EhInputSection>(sec))
3344 eh->split<ELFT>();
3352 EhFrameSection &eh = *sec->getPartition().ehFrame; local
3353 sec->parent = &eh;
3354 eh.addralign = std::max(eh.addralign, sec->addralign);
3355 eh.sections.push_back(sec);
3356 llvm::append_range(eh.dependentSections, sec->dependentSections);
H A DInputSection.cpp198 else if (auto *eh = dyn_cast<EhInputSection>(this))
199 sec = eh->getParent();
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_sge.c1342 /* sizeof(*eh) + sizeof(*ip) + sizeof(*tcp) */
1455 struct ether_header *eh; local
1481 eh = mtod(m0, struct ether_header *);
1482 eth_type = eh->ether_type;
1484 struct ether_vlan_header *evh = (void *)eh;
1491 l3hdr = eh + 1;
2635 struct ether_header *eh = mtod(m, void *); local
2638 if (eh->ether_type == htons(ETHERTYPE_VLAN)) {
2643 eh_type = eh->ether_type;
/freebsd-current/sys/dev/qlxge/
H A Dqls_hw.c529 struct ether_vlan_header *eh; local
540 eh = mtod(mp, struct ether_vlan_header *);
542 if (eh->evl_encap_proto == htons(ETHERTYPE_VLAN)) {
544 etype = ntohs(eh->evl_proto);
547 etype = ntohs(eh->evl_encap_proto);
/freebsd-current/sys/dev/vnic/
H A Dnicvf_queues.c1749 struct ether_vlan_header *eh; local
1775 eh = mtod(mbuf, struct ether_vlan_header *);
1776 if (eh->evl_encap_proto == htons(ETHERTYPE_VLAN)) {
1778 etype = ntohs(eh->evl_proto);
1781 etype = ntohs(eh->evl_encap_proto);
/freebsd-current/sys/netinet6/
H A Dicmp6.c957 struct ip6_ext *eh; local
972 eh = (struct ip6_ext *)
975 eoff += (eh->ip6e_len + 2) << 2;
977 eoff += (eh->ip6e_len + 1) << 3;
978 nxt = eh->ip6e_nxt;
/freebsd-current/sys/dev/fxp/
H A Dif_fxp.c1442 struct ether_header *eh; local
1462 eh = mtod(m, struct ether_header *);
1464 if (eh->ether_type == htons(ETHERTYPE_VLAN)) {
1784 struct ether_header *eh; local
1809 eh = mtod(m, struct ether_header *);
1810 if (eh->ether_type != htons(ETHERTYPE_IP))
1812 ip = (struct ip *)(eh + 1);
/freebsd-current/sys/dev/netmap/
H A Dif_ptnet.c1839 struct ether_header *eh; local
1841 eh = mtod(mhead, struct ether_header *);
1842 if (eh->ether_type == htons(ETHERTYPE_VLAN)) {
/freebsd-current/sys/dev/sge/
H A Dif_sge.c1402 struct ether_header *eh; local
1423 eh = mtod(m, struct ether_header *);
1425 if (eh->ether_type == htons(ETHERTYPE_VLAN)) {
/freebsd-current/sys/dev/aac/
H A Daacvar.h322 eventhandler_tag eh; member in struct:aac_softc
/freebsd-current/sys/dev/aacraid/
H A Daacraid_var.h339 eventhandler_tag eh; member in struct:aac_softc
/freebsd-current/sys/dev/cas/
H A Dif_cas.c547 struct ether_header *eh; local
557 eh = mtod(m, struct ether_header *);
558 if (eh->ether_type != htons(ETHERTYPE_IP))
560 ip = (struct ip *)(eh + 1);
/freebsd-current/sys/dev/mfi/
H A Dmfivar.h274 eventhandler_tag eh; member in struct:mfi_softc
/freebsd-current/sys/dev/usb/net/
H A Dif_ure.c2169 struct ether_header *eh; local
2181 if (__predict_true(m->m_len >= (int)sizeof(*eh))) {
2182 eh = mtod(m, struct ether_header *);
2183 type = eh->ether_type;
/freebsd-current/sys/dev/mge/
H A Dif_mge.c1914 struct ether_vlan_header *eh = mtod(m0, struct ether_vlan_header *); local
1921 if (eh->evl_encap_proto == htons(ETHERTYPE_VLAN)) {
1922 etype = ntohs(eh->evl_proto);
1926 etype = ntohs(eh->evl_encap_proto);
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_tom.c1597 struct ether_header *eh = (void *)pkt; local
1600 eh->ether_type = htons(ETHERTYPE_IPV6);
1602 eh->ether_type = htons(ETHERTYPE_IP);
1604 len += sizeof(*eh);
/freebsd-current/sys/net/
H A Dif_vxlan.c2748 struct ether_header *eh; local
2752 eh = mtod(m, struct ether_header *);
2774 fe = vxlan_ftable_entry_lookup(sc, eh->ether_dhost);
2858 struct ether_header *eh; local
2877 eh = mtod(m, struct ether_header *);
2889 vxlan_ftable_learn(sc, sa, eh->ether_shost);
H A Diflib.c2911 struct ether_header *eh; local
2913 eh = mtod(m, struct ether_header *);
2914 switch (eh->ether_type) {
3213 struct ether_vlan_header *eh; local
3217 if (__predict_false(m->m_len < sizeof(*eh))) {
3219 if (__predict_false((m = m_pullup(m, sizeof(*eh))) == NULL))
3222 eh = mtod(m, struct ether_vlan_header *);
3223 if (eh->evl_encap_proto == htons(ETHERTYPE_VLAN)) {
3224 pi->ipi_etype = ntohs(eh->evl_proto);
3227 pi->ipi_etype = ntohs(eh
[all...]
H A Dif_lagg.c2689 struct ether_header *eh; local
2692 eh = mtod(m, struct ether_header *);
2693 etype = ntohs(eh->ether_type);
/freebsd-current/sys/dev/msk/
H A Dif_msk.c2644 struct ether_header *eh; local
2665 eh = mtod(m, struct ether_header *);
2667 if (eh->ether_type == htons(ETHERTYPE_VLAN)) {
3087 struct ether_header *eh; local
3126 eh = mtod(m, struct ether_header *);
3127 if (eh->ether_type != htons(ETHERTYPE_IP))
3129 ip = (struct ip *)(eh + 1);
/freebsd-current/sys/dev/cxgbe/
H A Dt4_sge.c2649 struct ether_header *eh; local
2748 eh = mtod(m, struct ether_header *);
2749 eh_type = ntohs(eh->ether_type);
2751 struct ether_vlan_header *evh = (void *)eh;
2756 m0->m_pkthdr.l2hlen = sizeof(*eh);
2811 eh = m_advance(&m, &offset, m0->m_pkthdr.l3hlen +
2813 eh_type = ntohs(eh->ether_type);
2815 struct ether_vlan_header *evh = (void *)eh;
2820 m0->m_pkthdr.inner_l2hlen = sizeof(*eh);
/freebsd-current/sys/dev/al_eth/
H A Dal_eth.c1196 struct ether_vlan_header *eh; local
1233 eh = mtod(m, struct ether_vlan_header *);
1234 if (eh->evl_encap_proto == htons(ETHERTYPE_VLAN)) {
1235 etype = ntohs(eh->evl_proto);
1238 etype = ntohs(eh->evl_encap_proto);
/freebsd-current/sys/dev/virtio/network/
H A Dif_vtnet.c1900 const struct ether_header *eh; local
1904 eh = mtod(m, const struct ether_header *);
1905 etype = ntohs(eh->ether_type);
2025 struct ether_header *eh = mtod(m, struct ether_header *); local
2026 if (eh->ether_type == htons(ETHERTYPE_VLAN)) {
/freebsd-current/sys/dev/mpt/
H A Dmpt.h737 eventhandler_tag eh; member in struct:mpt_softc
/freebsd-current/sys/dev/sk/
H A Dif_sk.c2581 struct ether_header *eh; local
2589 eh = mtod(m, struct ether_header *);
2590 if (eh->ether_type != htons(ETHERTYPE_IP))
2592 ip = (struct ip *)(eh + 1);

Completed in 308 milliseconds

1234567