in6_jail.c (eb8dcdeac22daadbf07be81d7338e14ec4cc7d7f) | in6_jail.c (31d1b816fe139f46083f8609c34b7d129a6e2ee0) |
---|---|
1/*- 2 * Copyright (c) 1999 Poul-Henning Kamp. 3 * Copyright (c) 2008 Bjoern A. Zeeb. 4 * Copyright (c) 2009 James Gritton. 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 37 unchanged lines hidden (view full) --- 46#include <sys/taskqueue.h> 47#include <sys/fcntl.h> 48#include <sys/jail.h> 49#include <sys/lock.h> 50#include <sys/mutex.h> 51#include <sys/racct.h> 52#include <sys/refcount.h> 53#include <sys/sx.h> | 1/*- 2 * Copyright (c) 1999 Poul-Henning Kamp. 3 * Copyright (c) 2008 Bjoern A. Zeeb. 4 * Copyright (c) 2009 James Gritton. 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 37 unchanged lines hidden (view full) --- 46#include <sys/taskqueue.h> 47#include <sys/fcntl.h> 48#include <sys/jail.h> 49#include <sys/lock.h> 50#include <sys/mutex.h> 51#include <sys/racct.h> 52#include <sys/refcount.h> 53#include <sys/sx.h> |
54#include <sys/sysent.h> | |
55#include <sys/namei.h> 56#include <sys/mount.h> 57#include <sys/queue.h> 58#include <sys/socket.h> 59#include <sys/syscallsubr.h> 60#include <sys/sysctl.h> 61#include <sys/vnode.h> 62 --- 268 unchanged lines hidden --- | 54#include <sys/namei.h> 55#include <sys/mount.h> 56#include <sys/queue.h> 57#include <sys/socket.h> 58#include <sys/syscallsubr.h> 59#include <sys/sysctl.h> 60#include <sys/vnode.h> 61 --- 268 unchanged lines hidden --- |