Home
last modified time | relevance | path

Searched refs:ip_start (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/virtio/network/
H A Dvirtio_net.h260 virtio_net_rx_csum_by_offset(struct mbuf *m, uint16_t eth_type, int ip_start, in virtio_net_rx_csum_by_offset() argument
271 if (__predict_false(offset < ip_start + sizeof(struct ip))) in virtio_net_rx_csum_by_offset()
277 if (__predict_false(offset < ip_start + sizeof(struct ip6_hdr))) in virtio_net_rx_csum_by_offset()
307 virtio_net_rx_csum_by_parse(struct mbuf *m, uint16_t eth_type, int ip_start, in virtio_net_rx_csum_by_parse() argument
316 if (__predict_false(m->m_len < ip_start + sizeof(struct ip))) in virtio_net_rx_csum_by_parse()
318 ip = (struct ip *)(m->m_data + ip_start); in virtio_net_rx_csum_by_parse()
320 offset = ip_start + (ip->ip_hl << 2); in virtio_net_rx_csum_by_parse()
326 if (__predict_false(m->m_len < ip_start + in virtio_net_rx_csum_by_parse()
329 offset = ip6_lasthdr(m, ip_start, IPPROTO_IPV6, &proto); in virtio_net_rx_csum_by_parse()
/freebsd/contrib/llvm-project/libunwind/src/
H A Dlibunwind_ext.h52 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh));
H A DUnwindCursor.hpp101 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde);
103 static void iterateCacheEntries(void (*func)(unw_word_t ip_start,
111 pint_t ip_start; member
158 if ((p->ip_start <= pc) && (pc < p->ip_end)) { in findFDE()
169 void DwarfFDECache<A>::add(pint_t mh, pint_t ip_start, pint_t ip_end, in add() argument
186 _bufferUsed->ip_start = ip_start; in add()
224 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) { in iterateCacheEntries()
227 (*func)(p->ip_start, p->ip_end, p->fde, p->mh); in iterateCacheEntries()
H A Dlibunwind.cpp288 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) { in _LIBUNWIND_WEAK_ALIAS()