Home
last modified time | relevance | path

Searched refs:off0 (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/netinet/
Dtcp_input.c582 int off0; in tcp_input() local
618 off0 = *offp; in tcp_input()
628 th = (struct tcphdr *)((caddr_t)ip6 + off0); in tcp_input()
629 tlen = sizeof(*ip6) + ntohs(ip6->ip6_plen) - off0; in tcp_input()
638 th->th_sum = in6_cksum(m, IPPROTO_TCP, off0, tlen); in tcp_input()
668 if (off0 > sizeof (struct ip)) { in tcp_input()
670 off0 = sizeof(struct ip); in tcp_input()
680 th = (struct tcphdr *)((caddr_t)ip + off0); in tcp_input()
681 tlen = ntohs(ip->ip_len) - off0; in tcp_input()
699 len = off0 + tlen; in tcp_input()
[all …]
Dtcp_output.c1854 tcp_m_copym(struct mbuf *m, int32_t off0, int32_t *plen, in tcp_m_copym() argument
1859 int32_t off = off0; in tcp_m_copym()
1954 n->m_pkthdr.len -= off0; in tcp_m_copym()
Dtcp_var.h970 tcp_m_copym(struct mbuf *m, int32_t off0, int32_t *plen,
/freebsd-12-stable/tests/sys/fs/fusefs/
Dread.cc194 off_t off0 = 0; in TEST_F() local
206 in.body.read.offset == (uint64_t)off0); in TEST_F()
237 iocb0.aio_offset = off0; in TEST_F()
274 off_t off0 = 0; in TEST_F() local
289 in.body.read.offset == (uint64_t)off0); in TEST_F()
319 iocb0.aio_offset = off0; in TEST_F()
/freebsd-12-stable/share/doc/smm/18.net/
Dspell.ok230 off0
/freebsd-12-stable/contrib/gcc/
Dtree-ssa-loop-ivopts.c1794 unsigned HOST_WIDE_INT off0, off1, st; in strip_offset_1() local
1818 op0 = strip_offset_1 (op0, false, false, &off0); in strip_offset_1()
1821 *offset = (code == PLUS_EXPR ? off0 + off1 : off0 - off1); in strip_offset_1()
1858 op0 = strip_offset_1 (op0, inside_addr, top_compref, &off0); in strip_offset_1()
1859 *offset += off0; in strip_offset_1()
1874 op0 = strip_offset_1 (op0, inside_addr, top_compref, &off0); in strip_offset_1()
1875 *offset = off0 + int_cst_value (tmp); in strip_offset_1()
1882 op0 = strip_offset_1 (op0, true, true, &off0); in strip_offset_1()
1883 *offset += off0; in strip_offset_1()
1902 op0 = strip_offset_1 (op0, inside_addr, false, &off0); in strip_offset_1()
[all …]
/freebsd-12-stable/sys/netgraph/
Dng_parse.c1644 ng_parse_skip_value(const char *s, int off0, int *lenp) in ng_parse_skip_value() argument
1647 int off = off0; in ng_parse_skip_value()
1673 *lenp = off - off0; in ng_parse_skip_value()
/freebsd-12-stable/sys/kern/
Duipc_mbuf.c461 m_copym(struct mbuf *m, int off0, int len, int wait) in m_copym() argument
464 int off = off0; in m_copym()
499 n->m_pkthdr.len -= off0; in m_copym()