Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf.c2257 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
3770 pf_change_proto_a(m, &th->th_seq, &th->th_sum, in pf_create_state()
4098 pf_change_proto_a(m, &th->th_seq, &th->th_sum, htonl(seq + in pf_tcp_track_full()
4100 pf_change_proto_a(m, &th->th_ack, &th->th_sum, htonl(ack), 0); in pf_tcp_track_full()
4150 pf_change_proto_a(m, &th->th_seq, &th->th_sum, htonl(seq + in pf_tcp_track_full()
4152 pf_change_proto_a(m, &th->th_ack, &th->th_sum, htonl(ack), 0); in pf_tcp_track_full()
/f-stack/freebsd/net/
H A Dpfvar.h1513 void pf_change_proto_a(struct mbuf *, void *, u_int16_t *, u_int32_t,