• F
    xfrm: add LINUX_MIB_XFRMACQUIREERROR statistic counter · 4c4d41f2
    Fan Du 提交于
    When host ping its peer, ICMP echo request packet triggers IPsec
    policy, then host negotiates SA secret with its peer. After IKE
    installed SA for OUT direction, but before SA for IN direction
    installed, host get ICMP echo reply from its peer. At the time
    being, the SA state for IN direction could be XFRM_STATE_ACQ,
    then the received packet will be dropped after adding
    LINUX_MIB_XFRMINSTATEINVALID statistic.
    
    Adding a LINUX_MIB_XFRMACQUIREERROR statistic counter for such
    scenario when SA in larval state is much clearer for user than
    LINUX_MIB_XFRMINSTATEINVALID which indicates the SA is totally
    bad.
    Signed-off-by: NFan Du <fan.du@windriver.com>
    Signed-off-by: NSteffen Klassert <steffen.klassert@secunet.com>
    4c4d41f2
xfrm_proc.c 3.3 KB