Deleted Added
full compact
list.h (276744) list.h (277139)
1/*-
2 * Copyright (c) 2010 Isilon Systems, Inc.
3 * Copyright (c) 2010 iX Systems, Inc.
4 * Copyright (c) 2010 Panasas, Inc.
5 * Copyright (c) 2013, 2014 Mellanox Technologies, Ltd.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

52#include <net/bpf.h>
53#include <net/if.h>
54#include <net/if_types.h>
55#include <net/if_media.h>
56#include <net/vnet.h>
57
58#include <netinet/in.h>
59#include <netinet/in_pcb.h>
1/*-
2 * Copyright (c) 2010 Isilon Systems, Inc.
3 * Copyright (c) 2010 iX Systems, Inc.
4 * Copyright (c) 2010 Panasas, Inc.
5 * Copyright (c) 2013, 2014 Mellanox Technologies, Ltd.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

52#include <net/bpf.h>
53#include <net/if.h>
54#include <net/if_types.h>
55#include <net/if_media.h>
56#include <net/vnet.h>
57
58#include <netinet/in.h>
59#include <netinet/in_pcb.h>
60#include <netinet/in_var.h>
60
61#include <netinet6/in6_var.h>
62#include <netinet6/nd6.h>
63
64#include <vm/vm.h>
65#include <vm/vm_object.h>
66
67#define prefetch(x)

--- 332 unchanged lines hidden ---
61
62#include <netinet6/in6_var.h>
63#include <netinet6/nd6.h>
64
65#include <vm/vm.h>
66#include <vm/vm_object.h>
67
68#define prefetch(x)

--- 332 unchanged lines hidden ---