Searched refs:pf_change_proto_a (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c2122 pf_change_proto_a(struct mbuf *m, void *a, u_int16_t *c, u_int32_t an, u_int8_t udp) function
2283 pf_change_proto_a(m, &sack.start, &th->th_sum,
2285 pf_change_proto_a(m, &sack.end, &th->th_sum,
3898 pf_change_proto_a(m, &th->th_seq, &th->th_sum,
4228 pf_change_proto_a(m, &th->th_seq, &th->th_sum, htonl(seq +
4230 pf_change_proto_a(m, &th->th_ack, &th->th_sum, htonl(ack), 0);
4280 pf_change_proto_a(m, &th->th_seq, &th->th_sum, htonl(seq +
4282 pf_change_proto_a(m, &th->th_ack, &th->th_sum, htonl(ack), 0);
H A Dpf_norm.c1893 pf_change_proto_a(m, &opt[2],
1909 pf_change_proto_a(m, &opt[6],
H A Dpfvar.h1959 void pf_change_proto_a(struct mbuf *, void *, u_int16_t *, u_int32_t,

Completed in 173 milliseconds