resources.c (97f2aab6698f3ab2552c41c1024a65ffd0763a6d) | resources.c (4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b) |
---|---|
1/* net/atm/resources.c - Statically allocated resources */ 2 3/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ 4 5/* Fixes 6 * Arnaldo Carvalho de Melo <acme@conectiva.com.br> 7 * 2002/01 - don't free the whole struct sock on sk->destruct time, 8 * use the default destruct function initialized by sock_init_data */ 9 10 11#include <linux/config.h> 12#include <linux/ctype.h> 13#include <linux/string.h> 14#include <linux/atmdev.h> 15#include <linux/sonet.h> 16#include <linux/kernel.h> /* for barrier */ 17#include <linux/module.h> 18#include <linux/bitops.h> | 1/* net/atm/resources.c - Statically allocated resources */ 2 3/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ 4 5/* Fixes 6 * Arnaldo Carvalho de Melo <acme@conectiva.com.br> 7 * 2002/01 - don't free the whole struct sock on sk->destruct time, 8 * use the default destruct function initialized by sock_init_data */ 9 10 11#include <linux/config.h> 12#include <linux/ctype.h> 13#include <linux/string.h> 14#include <linux/atmdev.h> 15#include <linux/sonet.h> 16#include <linux/kernel.h> /* for barrier */ 17#include <linux/module.h> 18#include <linux/bitops.h> |
19#include <linux/capability.h> |
|
19#include <linux/delay.h> 20#include <net/sock.h> /* for struct sock */ 21 22#include "common.h" 23#include "resources.h" 24#include "addr.h" 25 26 --- 395 unchanged lines hidden --- | 20#include <linux/delay.h> 21#include <net/sock.h> /* for struct sock */ 22 23#include "common.h" 24#include "resources.h" 25#include "addr.h" 26 27 --- 395 unchanged lines hidden --- |