Searched refs:xh (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/lib/librte_net/ |
| H A D | rte_net.c | 183 const struct ext_hdr *xh; in rte_net_skip_ip6_ext() local 195 xh = rte_pktmbuf_read(m, *off, sizeof(*xh), in rte_net_skip_ip6_ext() 197 if (xh == NULL) in rte_net_skip_ip6_ext() 199 *off += (xh->len + 1) * 8; in rte_net_skip_ip6_ext() 200 proto = xh->next_hdr; in rte_net_skip_ip6_ext() 203 xh = rte_pktmbuf_read(m, *off, sizeof(*xh), in rte_net_skip_ip6_ext() 205 if (xh == NULL) in rte_net_skip_ip6_ext() 208 proto = xh->next_hdr; in rte_net_skip_ip6_ext()
|
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec_input.c | 282 struct xform_history *xh; in ipsec4_common_input_cb() local 381 xh = (struct xform_history *)(mtag + 1); in ipsec4_common_input_cb() 382 bcopy(&saidx->dst, &xh->dst, saidx->dst.sa.sa_len); in ipsec4_common_input_cb() 383 xh->spi = sav->spi; in ipsec4_common_input_cb() 384 xh->proto = sproto; in ipsec4_common_input_cb() 385 xh->mode = saidx->mode; in ipsec4_common_input_cb() 496 struct xform_history *xh; in ipsec6_common_input_cb() local 582 xh = (struct xform_history *)(mtag + 1); in ipsec6_common_input_cb() 584 xh->spi = sav->spi; in ipsec6_common_input_cb() 585 xh->proto = sproto; in ipsec6_common_input_cb() [all …]
|
| H A D | ipsec.c | 977 struct xform_history *xh; in ipsec_check_history() local 983 xh = (struct xform_history *)(mtag + 1); in ipsec_check_history() 987 kdebug_secasindex_mode(xh->mode), xh->proto, in ipsec_check_history() 988 ipsec_address(&xh->dst, buf, sizeof(buf)))); in ipsec_check_history() 989 if (xh->proto != sp->req[idx]->saidx.proto) in ipsec_check_history() 992 if (xh->mode != sp->req[idx]->saidx.mode && in ipsec_check_history() 993 xh->mode != IPSEC_MODE_ANY) in ipsec_check_history() 1000 if (key_sockaddrcmp_withmask(&xh->dst.sa, in ipsec_check_history() 1004 if (key_sockaddrcmp(&xh->dst.sa, in ipsec_check_history()
|
| H A D | ipsec_output.c | 717 struct xform_history *xh; in ipsec_process_done() local 756 mtag = m_tag_get(PACKET_TAG_IPSEC_OUT_DONE, sizeof(*xh), M_NOWAIT); in ipsec_process_done() 763 xh = (struct xform_history *)(mtag + 1); in ipsec_process_done() 764 xh->dst = saidx->dst; in ipsec_process_done() 765 xh->proto = saidx->proto; in ipsec_process_done() 766 xh->mode = saidx->mode; in ipsec_process_done() 767 xh->spi = sav->spi; in ipsec_process_done()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ptp/ |
| H A D | ptp-idtcm.yaml | 10 - Vincent Cheng <vincent.cheng.xh@renesas.com>
|
| /f-stack/tools/libxo/doc/ |
| H A D | field-formatting.rst | 74 a double [-]0xh.hhhp[+-]d
|