patch-2.4.0-test12 linux/include/net/ipx.h
Next file: linux/include/net/sock.h
Previous file: linux/include/net/icmp.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Mon Dec 11 16:27:24 2000
- Orig file:
v2.4.0-test11/linux/include/net/ipx.h
- Orig date:
Tue Oct 31 12:42:27 2000
diff -u --recursive --new-file v2.4.0-test11/linux/include/net/ipx.h linux/include/net/ipx.h
@@ -45,6 +45,7 @@
/* IPX address */
__u32 if_netnum;
unsigned char if_node[IPX_NODE_LEN];
+ atomic_t refcnt;
/* physical device info */
struct net_device *if_dev;
@@ -54,6 +55,7 @@
/* socket support */
unsigned short if_sknum;
struct sock *if_sklist;
+ spinlock_t if_sklist_lock;
/* administrative overhead */
int if_ipx_offset;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)