android_kernel_google_msm/net/xfrm
Fan Du c9f76626c3 xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire
Sematically speaking, xfrm_mgr.acquire is called when kernel intends to ask
user space IKE daemon to negotiate SAs with peers. IOW the direction will
*always* be XFRM_POLICY_OUT, so remove int dir for clarity.

Change-Id: Id4df779e818c5b6f5eccb9bf8250c17eb729f101
Signed-off-by: Fan Du <fan.du@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-12-06 13:59:24 +03:00
..
Kconfig
Makefile xfrm: Move IPsec replay detection functions to a separate file 2011-03-13 20:22:30 -07:00
xfrm_algo.c pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfkey support 2020-11-30 19:39:18 +03:00
xfrm_hash.c
xfrm_hash.h xfrm: Const'ify address args to hash helpers. 2011-02-23 23:07:42 -08:00
xfrm_input.c xfrm: Workaround incompatibility of ESN and async crypto 2012-10-13 05:38:40 +09:00
xfrm_ipcomp.c net: xfrm: use __this_cpu_read per-cpu helper 2020-11-30 19:35:55 +03:00
xfrm_output.c xfrm: properly handle invalid states as an error 2020-11-30 19:39:48 +03:00
xfrm_policy.c xfrm: Convert several xfrm policy match functions to bool. 2020-12-06 13:58:45 +03:00
xfrm_proc.c xfrm: removes a superfluous check and add a statistic 2020-11-30 19:35:58 +03:00
xfrm_replay.c xfrm: Fix esn sequence number diff calculation in xfrm_replay_notify_esn() 2020-11-30 19:39:45 +03:00
xfrm_state.c Fix unexpected SA hard expiration after changing date 2020-12-06 13:58:54 +03:00
xfrm_sysctl.c
xfrm_user.c xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire 2020-12-06 13:59:24 +03:00