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.c3374 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
6131 pf_change_proto_a(pd->m, &th->th_seq, &th->th_sum, in pf_create_state()
6451 pf_change_proto_a(pd->m, &th->th_seq, &th->th_sum, htonl(seq + in pf_tcp_track_full()
6453 pf_change_proto_a(pd->m, &th->th_ack, &th->th_sum, htonl(ack), 0); in pf_tcp_track_full()
6504 pf_change_proto_a(pd->m, &th->th_seq, &th->th_sum, htonl(seq + in pf_tcp_track_full()
6506 pf_change_proto_a(pd->m, &th->th_ack, &th->th_sum, htonl(ack), 0); in pf_tcp_track_full()
/freebsd/sys/net/
H A Dpfvar.h2458 void pf_change_proto_a(struct mbuf *, void *, u_int16_t *, u_int32_t,