Linux Kernel
3.7.1
|
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/socket.h>
#include <linux/sockios.h>
#include <linux/net.h>
#include <linux/netdevice.h>
#include <linux/in6.h>
#include <linux/icmpv6.h>
#include <linux/slab.h>
#include <linux/export.h>
#include <net/dst.h>
#include <net/sock.h>
#include <net/snmp.h>
#include <net/ipv6.h>
#include <net/protocol.h>
#include <net/transp_v6.h>
#include <net/rawv6.h>
#include <net/ndisc.h>
#include <net/ip6_route.h>
#include <net/addrconf.h>
#include <asm/uaccess.h>
Go to the source code of this file.
Data Structures | |
struct | tlvtype_proc |
EXPORT_SYMBOL | ( | ipv6_push_nfrag_opts | ) |
EXPORT_SYMBOL_GPL | ( | ipv6_find_tlv | ) |
EXPORT_SYMBOL_GPL | ( | ipv6_dup_options | ) |
EXPORT_SYMBOL_GPL | ( | ipv6_fixup_options | ) |
EXPORT_SYMBOL_GPL | ( | fl6_update_dst | ) |
|
read |
fl6_update_dst - update flowi destination address with info given by srcrt option, if any.
: flowi6 for which daddr is to be updated : struct ipv6_txoptions in which to look for srcrt opt : copy of original daddr address if modified
Returns NULL if no txoptions or no srcrt, otherwise returns orig and initial value of fl6->daddr set in orig
|
read |
|
read |
|
read |