freebsd-dev/sys/netinet6
Alexander V. Chernikov b4b1367ae4 * Move lle creation/deletion from lla_lookup to separate functions:
lla_lookup(LLE_CREATE) -> lla_create
  lla_lookup(LLE_DELETE) -> lla_delete
  Assume lla_create to return LLE_EXCLUSIVE lock for lle.
* Rework lla_rt_output to perform all lle changes under afdata WLOCK.
* change arp_ifscrub() ackquire afdata WLOCK, the same as arp_ifinit().
2014-11-15 18:54:07 +00:00
..
dest6.c
frag6.c
icmp6.c Sync to HEAD@r274095. 2014-11-04 18:22:33 +00:00
icmp6.h
in6_cksum.c Fix the checksum computation for UDPLite/IPv6. This requires the 2014-10-02 10:32:24 +00:00
in6_gif.c Sync to HEAD@r274297. 2014-11-08 18:13:35 +00:00
in6_gif.h Overhaul if_gif(4): 2014-10-14 13:31:47 +00:00
in6_ifattach.c Sync to HEAD@r274095. 2014-11-04 18:22:33 +00:00
in6_ifattach.h
in6_mcast.c Sync to HEAD@r274095. 2014-11-04 18:22:33 +00:00
in6_pcb.c Convert netinet6/ to use new routing API. 2014-11-04 15:39:56 +00:00
in6_pcb.h Make in6_pcblookup_hash_locked and in6_pcbladdr static. 2014-09-10 13:17:35 +00:00
in6_pcbgroup.c When it's time to do 4-tuple UDP IPv6 hashing, make sure this is a known 2014-07-20 07:39:54 +00:00
in6_proto.c Overhaul if_gre(4). 2014-11-07 19:13:19 +00:00
in6_rmx.c Replace 'struct route *' if_output() argument with 'struct nhop_info *'. 2014-11-09 16:33:04 +00:00
in6_src.c Convert netinet6/ to use new routing API. 2014-11-04 15:39:56 +00:00
in6_var.h Replace 'struct route *' if_output() argument with 'struct nhop_info *'. 2014-11-09 16:33:04 +00:00
in6.c * Move lle creation/deletion from lla_lookup to separate functions: 2014-11-15 18:54:07 +00:00
in6.h Convert netinet6/ to use new routing API. 2014-11-04 15:39:56 +00:00
ip6_ecn.h
ip6_forward.c Hide 'struct rtentry' and all its macro inside new header: 2014-11-04 17:28:13 +00:00
ip6_gre.c Sync to HEAD@r274297. 2014-11-08 18:13:35 +00:00
ip6_id.c
ip6_input.c Hide 'struct rtentry' and all its macro inside new header: 2014-11-04 17:28:13 +00:00
ip6_ipsec.c Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. 2014-11-07 09:39:05 +00:00
ip6_ipsec.h Fixed IPv4-in-IPv6 and IPv6-in-IPv4 IPsec tunnels. 2014-05-28 12:45:27 +00:00
ip6_mroute.c Sync to HEAD@r274095. 2014-11-04 18:22:33 +00:00
ip6_mroute.h
ip6_output.c Sync to HEAD@r274095. 2014-11-04 18:22:33 +00:00
ip6_var.h Convert netinet6/ to use new routing API. 2014-11-04 15:39:56 +00:00
ip6.h
ip6protosw.h Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have 2014-08-08 01:57:15 +00:00
mld6_var.h
mld6.c Sync to HEAD@r274297. 2014-11-08 18:13:35 +00:00
mld6.h
nd6_nbr.c Remove forgotten arguments. 2014-11-09 16:57:31 +00:00
nd6_rtr.c Switch route radix to dual-lock model: 2014-11-10 00:07:06 +00:00
nd6.c * Move lle creation/deletion from lla_lookup to separate functions: 2014-11-15 18:54:07 +00:00
nd6.h * Move lle creation/deletion from lla_lookup to separate functions: 2014-11-15 18:54:07 +00:00
pim6_var.h
pim6.h
raw_ip6.c Convert netinet6/ to use new routing API. 2014-11-04 15:39:56 +00:00
raw_ip6.h
route6.c
scope6_var.h Convert in6p_lookup_mcast_ifp() to use new routing api. 2014-11-04 17:05:24 +00:00
scope6.c Sync to HEAD@r274297. 2014-11-08 18:13:35 +00:00
sctp6_usrreq.c Use union sctp_sockstore instead of struct sockaddr_storage. This 2014-09-07 09:06:26 +00:00
sctp6_var.h
send.c
send.h
tcp6_var.h
udp6_usrreq.c Convert netinet6/ to use new routing API. 2014-11-04 15:39:56 +00:00
udp6_var.h Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks. 2014-04-07 01:53:03 +00:00