xprtsock.c (3c341b0b925eee01daae2c594b81e673f659d7cd) | xprtsock.c (49c36fcc441baf6a4d698e3645d1adf28edaf57b) |
---|---|
1/* 2 * linux/net/sunrpc/xprtsock.c 3 * 4 * Client-side transport implementation for sockets. 5 * 6 * TCP callback races fixes (C) 1998 Red Hat Software <alan@redhat.com> 7 * TCP send fixes (C) 1998 Red Hat Software <alan@redhat.com> 8 * TCP NFS related read + write fixes --- 18 unchanged lines hidden (view full) --- 27#include <linux/socket.h> 28#include <linux/in.h> 29#include <linux/net.h> 30#include <linux/mm.h> 31#include <linux/udp.h> 32#include <linux/tcp.h> 33#include <linux/sunrpc/clnt.h> 34#include <linux/sunrpc/sched.h> | 1/* 2 * linux/net/sunrpc/xprtsock.c 3 * 4 * Client-side transport implementation for sockets. 5 * 6 * TCP callback races fixes (C) 1998 Red Hat Software <alan@redhat.com> 7 * TCP send fixes (C) 1998 Red Hat Software <alan@redhat.com> 8 * TCP NFS related read + write fixes --- 18 unchanged lines hidden (view full) --- 27#include <linux/socket.h> 28#include <linux/in.h> 29#include <linux/net.h> 30#include <linux/mm.h> 31#include <linux/udp.h> 32#include <linux/tcp.h> 33#include <linux/sunrpc/clnt.h> 34#include <linux/sunrpc/sched.h> |
35#include <linux/sunrpc/xprtsock.h> |
|
35#include <linux/file.h> 36 37#include <net/sock.h> 38#include <net/checksum.h> 39#include <net/udp.h> 40#include <net/tcp.h> 41 42/* --- 1961 unchanged lines hidden --- | 36#include <linux/file.h> 37 38#include <net/sock.h> 39#include <net/checksum.h> 40#include <net/udp.h> 41#include <net/tcp.h> 42 43/* --- 1961 unchanged lines hidden --- |