1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sys/netinet6
Andrey V. Elsukov 3e16fab37b Reduce the number of local variables. Remove redundant check that inp
pointer isn't NULL, it is safe, because we are handling IPV6_PKTINFO
socket option in this block of code. Also, use in6ifa_withaddr() instead
of ifa_withaddr().
2016-03-17 11:10:44 +00:00
..
dest6.c
frag6.c
icmp6.c Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket(). 2016-01-10 13:40:29 +00:00
icmp6.h
in6_cksum.c
in6_fib.c MFP r287070,r287073: split radix implementation and route table structure. 2016-01-25 06:33:15 +00:00
in6_fib.h
in6_gif.c
in6_ifattach.c Just checkpoint the WIP in order to be able to make the tree update 2016-01-22 15:00:01 +00:00
in6_ifattach.h Just checkpoint the WIP in order to be able to make the tree update 2016-01-22 15:00:01 +00:00
in6_mcast.c
in6_pcb.c Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket(). 2016-01-10 13:40:29 +00:00
in6_pcb.h
in6_pcbgroup.c
in6_proto.c MfH @r295202 2016-02-03 11:49:51 +00:00
in6_rmx.c Code duplication but rib_head is special. Not found an easy way to go 2016-02-03 21:56:51 +00:00
in6_rss.c
in6_rss.h
in6_src.c Reduce the number of local variables. Remove redundant check that inp 2016-03-17 11:10:44 +00:00
in6_var.h
in6.c Ternary operator has lower priority than OR. 2016-02-17 21:17:14 +00:00
in6.h
ip6_ecn.h
ip6_forward.c Fix rte refcount leak in ip6_forward(). 2016-01-20 11:25:30 +00:00
ip6_gre.c
ip6_id.c
ip6_input.c MFp4 @180892: 2016-01-22 18:09:25 +00:00
ip6_ipsec.c
ip6_ipsec.h
ip6_mroute.c Just checkpoint the WIP in order to be able to make the tree update 2016-01-22 15:00:01 +00:00
ip6_mroute.h
ip6_output.c New way to manage reference counting of mbuf external storage. 2016-03-01 00:17:14 +00:00
ip6_var.h New way to manage reference counting of mbuf external storage. 2016-03-01 00:17:14 +00:00
ip6.h
ip6protosw.h
mld6_var.h
mld6.c Just checkpoint the WIP in order to be able to make the tree update 2016-01-22 15:00:01 +00:00
mld6.h
nd6_nbr.c Lock the NDP default router list and count defrouter references. 2016-02-25 20:12:05 +00:00
nd6_rtr.c Lock the NDP default router list and count defrouter references. 2016-02-25 20:12:05 +00:00
nd6.c Lock the NDP default router list and count defrouter references. 2016-02-25 20:12:05 +00:00
nd6.h Lock the NDP default router list and count defrouter references. 2016-02-25 20:12:05 +00:00
pim6_var.h
pim6.h
raw_ip6.c Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket(). 2016-01-10 13:40:29 +00:00
raw_ip6.h
route6.c
scope6_var.h
scope6.c Add a missing newline to a log message. 2016-02-12 21:17:00 +00:00
sctp6_usrreq.c Don't leak an address in an error path. 2016-02-23 18:50:34 +00:00
sctp6_var.h
send.c These files were getting sys/malloc.h and vm/uma.h with header pollution 2016-02-01 17:41:21 +00:00
send.h
tcp6_var.h
udp6_usrreq.c Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket(). 2016-01-10 13:40:29 +00:00
udp6_var.h