HomeFreeBSD

Rather than pass the address of the packet information control block to

Description

Rather than pass the address of the packet information control block to
ipf_pcksum6(), directly pass the adddress of the mbuf to it. This reduces
one pointer dereference. ipf_pcksum6() doesn't use the packet information
control block except to obtain the mbuf address.

MFC after: 3 days

Details

Provenance
cyAuthored on
Parents
rS355669: in6_cksum() returns zero when checksums are good.
Branches
Unknown
Tags
Unknown