#include <linux/list.h>
#include <linux/route.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <net/ipx.h>
#include <net/sock.h>
Go to the source code of this file.
|
| LIST_HEAD (ipx_routes) |
|
| DEFINE_RWLOCK (ipx_routes_lock) |
|
__be16 | ipx_cksum (struct ipxhdr *packet, int length) |
|
struct ipx_interface * | ipxitf_find_using_net (__be32 net) |
|
int | ipxitf_demux_socket (struct ipx_interface *intrfc, struct sk_buff *skb, int copy) |
|
int | ipxitf_send (struct ipx_interface *intrfc, struct sk_buff *skb, char *node) |
|
struct ipx_route * | ipxrtr_lookup (__be32 net) |
|
int | ipxrtr_add_route (__be32 network, struct ipx_interface *intrfc, unsigned char *node) |
|
void | ipxrtr_del_routes (struct ipx_interface *intrfc) |
|
int | ipxrtr_route_skb (struct sk_buff *skb) |
|
int | ipxrtr_route_packet (struct sock *sk, struct sockaddr_ipx *usipx, struct iovec *iov, size_t len, int noblock) |
|
int | ipxrtr_ioctl (unsigned int cmd, void __user *arg) |
|