Home
last modified time | relevance | path

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

/xnu-12377.41.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.c2649 pbuf_copy_back(pbuf, off + sizeof(*th), thoptlen, opts, sizeof(opts)); in pf_modulate_sack()
5394 pbuf_copy_back(pbuf, off, pd->hdrlen, pf_pd_get_hdr_ptr_any(pd), pd->hdrlen); in pf_test_rule()
6175 pbuf_copy_back(pbuf, off, hdrlen, pf_pd_get_hdr_ptr_any(pd), pd->hdrlen); in pf_test_rule()
6897 pbuf_copy_back(pbuf, off, plen, &cm, sizeof(cm)); in pf_pptp_handler()
7612 pbuf_copy_back(pbuf, off, sizeof(*th), th, sizeof(*th)); in pf_test_state_tcp()
7827 pbuf_copy_back(pbuf, off, sizeof(*uh), uh, sizeof(*uh)); in pf_test_state_udp()
7954 pbuf_copy_back(pbuf, off, ICMP_MINLEN, in pf_test_state_icmp()
7967 pbuf_copy_back(pbuf, off, in pf_test_state_icmp()
8001 pbuf_copy_back(pbuf, off, ICMP_MINLEN, in pf_test_state_icmp()
8027 pbuf_copy_back(pbuf, off, in pf_test_state_icmp()
[all …]
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_pbuf.c375 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 Dpf_norm.c2742 pbuf_copy_back(pbuf, off, sizeof(*th), th, sizeof(*th)); in pf_normalize_tcp()
2974 pbuf_copy_back(pbuf, optoff, optlen, hdr + sizeof(*th), sizeof(hdr) - sizeof(*th)); in pf_normalize_tcp_stateful()
3330 pbuf_copy_back(pd->mp, off + sizeof(*th), thoff - sizeof(*th), opts, sizeof(opts)); in pf_normalize_tcpopt()