Rework outbound IPsec processing.
Add ipsec[46]_perform_request() functions that used to perform given
IPsec request. Invoke ipsec[46]_perform_request() from
ipsec[46]_process_packet() with first ipsecrequest of given security
policy. Modify ipsec_process_done() to use xform_history structure and
make SA bundles supported by both address families.
Remove now unused ipsec_nextisr() and move IPv4 related functions under
the #ifdef INET.