Home
last modified time | relevance | path

Searched refs:pbuf_copy_back (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.121.6/bsd/net/
H A Dpf_pbuf.h103 void pbuf_copy_back(pbuf_t *, int, int, void *__sized_by(buflen), size_t buflen);
H A Dpf.c2646 pbuf_copy_back(pbuf, off + sizeof(*th), thoptlen, opts, sizeof(opts)); in pf_modulate_sack()
5391 pbuf_copy_back(pbuf, off, pd->hdrlen, pf_pd_get_hdr_ptr_any(pd), pd->hdrlen); in pf_test_rule()
6172 pbuf_copy_back(pbuf, off, hdrlen, pf_pd_get_hdr_ptr_any(pd), pd->hdrlen); in pf_test_rule()
6894 pbuf_copy_back(pbuf, off, plen, &cm, sizeof(cm)); in pf_pptp_handler()
7609 pbuf_copy_back(pbuf, off, sizeof(*th), th, sizeof(*th)); in pf_test_state_tcp()
7824 pbuf_copy_back(pbuf, off, sizeof(*uh), uh, sizeof(*uh)); in pf_test_state_udp()
7951 pbuf_copy_back(pbuf, off, ICMP_MINLEN, in pf_test_state_icmp()
7964 pbuf_copy_back(pbuf, off, in pf_test_state_icmp()
7998 pbuf_copy_back(pbuf, off, ICMP_MINLEN, in pf_test_state_icmp()
8024 pbuf_copy_back(pbuf, off, in pf_test_state_icmp()
[all …]
H A Dpf_pbuf.c370 pbuf_copy_back(pbuf_t *pbuf, int off, int len, void *__sized_by(src_buflen)src, size_t src_buflen) in pbuf_copy_back() function
H A Dnat464_utils.c954 pbuf_copy_back(pbuf, hlen, sizeof(struct icmp6_hdr), in nat464_translate_proto()
1030 pbuf_copy_back(pbuf, hlen, ICMP_MINLEN, in nat464_translate_proto()
H A Dpf_norm.c2739 pbuf_copy_back(pbuf, off, sizeof(*th), th, sizeof(*th)); in pf_normalize_tcp()
2971 pbuf_copy_back(pbuf, optoff, optlen, hdr + sizeof(*th), sizeof(hdr) - sizeof(*th)); in pf_normalize_tcp_stateful()
3327 pbuf_copy_back(pd->mp, off + sizeof(*th), thoff - sizeof(*th), opts, sizeof(opts)); in pf_normalize_tcpopt()