NetBSD/sys/netinet6
rin 7f120f6563 Simplify logic in ip{,6}_output().
Now, we have M_CSUM_TSOv[46] bit in ifp->if_csum_flags_tx when
TSO[46] is enabled for the interface. So we can simply check
whether TSO[46] is required in a packet but missing in the
interface by (sw_csum & M_CSUM_TSOv[46]).

Note that this is a very rare case where TSO[46] is suddenly
turned off during a packet passing b/w TCP and IP.

part of PR kern/53562
OK msaitoh
2018-12-12 01:53:52 +00:00
..
dccp6_usrreq.c
dccp6_var.h
dest6.c
files.netinet6
frag6.c
icmp6_private.h
icmp6.c
in6_cksum.c
in6_gif.c
in6_gif.h
in6_ifattach.c
in6_ifattach.h
in6_l2tp.c
in6_l2tp.h
in6_offload.c PR kern/53562 2018-12-12 01:40:20 +00:00
in6_offload.h PR kern/53562 2018-12-12 01:40:20 +00:00
in6_pcb.c
in6_pcb.h Support IPv6 NAT-T. Implemented by hsuenaga@IIJ and ohishi@IIJ. 2018-11-22 04:48:34 +00:00
in6_print.c
in6_proto.c
in6_src.c
in6_var.h
in6.c Don't run DAD on link-up if it's explicitly disabled 2018-11-29 09:54:22 +00:00
in6.h need <sys/endian.h> (or arpa/inet.h) for ntohl() used in macros. 2018-12-10 16:28:52 +00:00
ip6_flow.c
ip6_forward.c
ip6_id.c
ip6_input.c Remove the 't' argument from m_tag_find(). 2018-11-15 10:23:55 +00:00
ip6_mroute.c
ip6_mroute.h
ip6_output.c Simplify logic in ip{,6}_output(). 2018-12-12 01:53:52 +00:00
ip6_private.h
ip6_var.h Introduce and use ip_dad_enabled() and ip6_dad_enabled() functions 2018-11-29 09:51:20 +00:00
ip6protosw.h
Makefile
mld6_var.h
mld6.c
nd6_nbr.c inet6: match NS nonce to any interface 2018-12-07 14:47:24 +00:00
nd6_rtr.c
nd6.c
nd6.h
pim6_var.h
pim6.h
raw_ip6.c
raw_ip6.h
route6.c
scope6_var.h
scope6.c
sctp6_usrreq.c
sctp6_var.h
udp6_private.h
udp6_usrreq.c Support IPv6 NAT-T. Implemented by hsuenaga@IIJ and ohishi@IIJ. 2018-11-22 04:48:34 +00:00
udp6_var.h Support IPv6 NAT-T. Implemented by hsuenaga@IIJ and ohishi@IIJ. 2018-11-22 04:48:34 +00:00
udp6.h