Deleted Added
full compact
pf.c (136925) pf.c (137413)
1/* $FreeBSD: head/sys/contrib/pf/net/pf.c 136925 2004-10-24 19:35:02Z mlaier $ */
1/* $FreeBSD: head/sys/contrib/pf/net/pf.c 137413 2004-11-08 20:24:52Z ru $ */
2/* $OpenBSD: pf.c,v 1.433.2.2 2004/07/17 03:22:34 brad Exp $ */
3/* add $OpenBSD: pf.c,v 1.448 2004/05/11 07:34:11 dhartmei Exp $ */
4
5/*
6 * Copyright (c) 2001 Daniel Hartmeier
7 * Copyright (c) 2002,2003 Henning Brauer
8 * All rights reserved.
9 *

--- 5628 unchanged lines hidden (view full) ---

5638 goto done;
5639}
5640#endif /* INET6 */
5641
5642
5643#ifdef __FreeBSD__
5644/*
5645 * FreeBSD supports cksum offloads for the following drivers.
2/* $OpenBSD: pf.c,v 1.433.2.2 2004/07/17 03:22:34 brad Exp $ */
3/* add $OpenBSD: pf.c,v 1.448 2004/05/11 07:34:11 dhartmei Exp $ */
4
5/*
6 * Copyright (c) 2001 Daniel Hartmeier
7 * Copyright (c) 2002,2003 Henning Brauer
8 * All rights reserved.
9 *

--- 5628 unchanged lines hidden (view full) ---

5638 goto done;
5639}
5640#endif /* INET6 */
5641
5642
5643#ifdef __FreeBSD__
5644/*
5645 * FreeBSD supports cksum offloads for the following drivers.
5646 * em(4), fxp(4), gx(4), ixgb(4), lge(4), ndis(4), nge(4), re(4),
5646 * em(4), fxp(4), ixgb(4), lge(4), ndis(4), nge(4), re(4),
5647 * ti(4), txp(4), xl(4)
5648 *
5649 * CSUM_DATA_VALID | CSUM_PSEUDO_HDR :
5650 * network driver performed cksum including pseudo header, need to verify
5651 * csum_data
5652 * CSUM_DATA_VALID :
5653 * network driver performed cksum, needs to additional pseudo header
5654 * cksum computation with partial csum_data(i.e. lack of H/W support for

--- 904 unchanged lines hidden ---
5647 * ti(4), txp(4), xl(4)
5648 *
5649 * CSUM_DATA_VALID | CSUM_PSEUDO_HDR :
5650 * network driver performed cksum including pseudo header, need to verify
5651 * csum_data
5652 * CSUM_DATA_VALID :
5653 * network driver performed cksum, needs to additional pseudo header
5654 * cksum computation with partial csum_data(i.e. lack of H/W support for

--- 904 unchanged lines hidden ---