Home
last modified time | relevance | path

Searched refs:gh (Results 1 – 9 of 9) sorted by relevance

/f-stack/tools/libxo/
H A DMakefile.am36 GH_PAGES_DIR = gh-pages/
37 GH_PAGES_DIR_VER = gh-pages/${PACKAGE_VERSION}
65 && git push origin gh-pages ) ; true
77 && git push origin gh-pages ) ; true
85 get-gh-pages:
87 gh-pages -b gh-pages
117 && git push origin gh-pages ) ; true
/f-stack/freebsd/net/
H A Dif_gre.c484 opts = gh->gre_opts; in gre_update_hdr()
501 gh->gre_flags = htons(flags); in gre_update_hdr()
508 struct grehdr *gh; in gre_input() local
527 flags = ntohs(gh->gre_flags); in gre_input()
530 opts = gh->gre_opts; in gre_input()
566 switch (ntohs(gh->gre_proto)) {
632 opts = gh->gre_opts;
633 flags = ntohs(gh->gre_flags);
695 struct grehdr *gh;
780 gh->gre_proto = proto;
[all …]
/f-stack/dpdk/lib/librte_net/
H A Drte_net.c143 const struct rte_gre_hdr *gh; in ptype_tunnel() local
147 gh = rte_pktmbuf_read(m, *off, sizeof(*gh), &gh_copy); in ptype_tunnel()
148 if (unlikely(gh == NULL)) in ptype_tunnel()
151 flags = rte_be_to_cpu_16(*(const uint16_t *)gh); in ptype_tunnel()
157 *proto = gh->proto; in ptype_tunnel()
/f-stack/freebsd/contrib/openzfs/
H A DREADME.md7 [![codecov](https://codecov.io/gh/openzfs/zfs/branch/master/graph/badge.svg)](https://codecov.io/gh
/f-stack/freebsd/netinet6/
H A Dip6_gre.c371 struct grehdr *gh; in in6_gre_attach() local
378 gh = &sc->gre_udp6hdr->gi6_gre; in in6_gre_attach()
384 gh = &sc->gre_ip6hdr->gi6_gre; in in6_gre_attach()
387 gre_update_hdr(sc, gh); in in6_gre_attach()
/f-stack/freebsd/netinet/
H A Dip_gre.c366 struct grehdr *gh; in in_gre_attach() local
373 gh = &sc->gre_udphdr->gi_gre; in in_gre_attach()
380 gh = &sc->gre_iphdr->gi_gre; in in_gre_attach()
384 gre_update_hdr(sc, gh); in in_gre_attach()
/f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/
H A DREADME14 https://github.com/google/styleguide/blob/gh-pages/shell.xml
/f-stack/freebsd/contrib/zstd/
H A DREADME.md24 [CircleDevBadge]: https://circleci.com/gh/facebook/zstd/tree/dev.svg?style=shield "Short test suite"
25 [CircleLink]: https://circleci.com/gh/facebook/zstd
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c649 const struct txgbe_genevehdr *gh; in txgbe_get_tun_len() local
665 gh = rte_pktmbuf_read(mbuf, in txgbe_get_tun_len()
670 + (gh->opt_len << 2); in txgbe_get_tun_len()