Searched refs:bproto_sum (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf.c | 2605 struct pfi_kkif *kif, u_int16_t bproto_sum, u_int16_t bip_sum, int hdrlen, in pf_return() argument 2621 *pd->proto_sum = bproto_sum; in pf_return() 3347 u_int16_t bproto_sum = 0, bip_sum = 0; in pf_test_rule() local 3422 bproto_sum = th->th_sum; in pf_test_rule() 3445 bproto_sum = pd->hdr.udp->uh_sum; in pf_test_rule() 3641 pf_return(r, nr, pd, sk, off, m, th, kif, bproto_sum, in pf_test_rule() 3659 sport, dport, &rewrite, kif, sm, tag, bproto_sum, bip_sum, in pf_test_rule() 3665 bproto_sum, bip_sum, hdrlen, &reason); in pf_test_rule() 3705 int tag, u_int16_t bproto_sum, u_int16_t bip_sum, int hdrlen) in pf_create_state() argument 3904 *pd->proto_sum = bproto_sum; in pf_create_state()
|