Home
last modified time | relevance | path

Searched refs:pf_change_proto_a (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf.c2725 pf_change_proto_a(struct mbuf *m, void *a, u_int16_t *c, u_int32_t an, u_int8_t udp) in pf_change_proto_a() function
4925 pf_change_proto_a(m, &th->th_seq, &th->th_sum, in pf_create_state()
5299 pf_change_proto_a(m, &th->th_seq, &th->th_sum, htonl(seq + in pf_tcp_track_full()
5301 pf_change_proto_a(m, &th->th_ack, &th->th_sum, htonl(ack), 0); in pf_tcp_track_full()
5351 pf_change_proto_a(m, &th->th_seq, &th->th_sum, htonl(seq + in pf_tcp_track_full()
5353 pf_change_proto_a(m, &th->th_ack, &th->th_sum, htonl(ack), 0); in pf_tcp_track_full()
/freebsd/sys/net/
H A Dpfvar.h2316 void pf_change_proto_a(struct mbuf *, void *, u_int16_t *, u_int32_t,