Searched refs:off0 (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_input.c | 622 int off0; in tcp_input() local 658 off0 = *offp; in tcp_input() 707 if (off0 > sizeof (struct ip)) { in tcp_input() 709 off0 = sizeof(struct ip); in tcp_input() 719 th = (struct tcphdr *)((caddr_t)ip + off0); in tcp_input() 720 tlen = ntohs(ip->ip_len) - off0; in tcp_input() 738 len = off0 + tlen; in tcp_input() 750 ip->ip_hl = off0 >> 2; in tcp_input() 773 if (m->m_len < off0 + off) { in tcp_input() 774 m = m_pullup(m, off0 + off); in tcp_input() [all …]
|
| H A D | tcp_output.c | 1911 tcp_m_copym(struct mbuf *m, int32_t off0, int32_t *plen, in tcp_m_copym() argument 1920 int32_t off = off0; in tcp_m_copym() 2042 n->m_pkthdr.len -= off0; in tcp_m_copym()
|
| H A D | tcp_var.h | 1069 tcp_m_copym(struct mbuf *m, int32_t off0, int32_t *plen,
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_parse.c | 1641 ng_parse_skip_value(const char *s, int off0, int *lenp) in ng_parse_skip_value() argument 1644 int off = off0; in ng_parse_skip_value() 1670 *lenp = off - off0; in ng_parse_skip_value()
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_mbuf.c | 493 m_copym(struct mbuf *m, int off0, int len, int wait) in m_copym() argument 496 int off = off0; in m_copym() 531 n->m_pkthdr.len -= off0; in m_copym()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 1069 tcp_m_copym(struct mbuf *m, int32_t off0, int32_t *plen,
|