Home
last modified time | relevance | path

Searched refs:XFRM_SA_DIR_IN (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/net/ipv6/
Dxfrm6_input.c273 if (unlikely(x->dir && x->dir != XFRM_SA_DIR_IN)) { in xfrm6_input_addr()
Desp6_offload.c87 if (unlikely(x && x->dir && x->dir != XFRM_SA_DIR_IN)) { in esp6_gro_receive()
/linux-6.12.1/include/uapi/linux/
Dxfrm.h145 XFRM_SA_DIR_IN = 1, enumerator
/linux-6.12.1/net/ipv4/
Desp4_offload.c60 if (unlikely(x && x->dir && x->dir != XFRM_SA_DIR_IN)) { in esp4_gro_receive()
/linux-6.12.1/net/xfrm/
Dxfrm_device.c257 (!(xuo->flags & XFRM_OFFLOAD_INBOUND) && x->dir == XFRM_SA_DIR_IN)) { in xfrm_dev_state_add()
Dxfrm_compat.c133 [XFRMA_SA_DIR] = NLA_POLICY_RANGE(NLA_U8, XFRM_SA_DIR_IN, XFRM_SA_DIR_OUT),
Dxfrm_input.c583 if (unlikely(x->dir && x->dir != XFRM_SA_DIR_IN)) { in xfrm_input()
Dxfrm_replay.c782 (!x->dir || x->dir == XFRM_SA_DIR_IN)) { in xfrm_init_replay()
Dxfrm_user.c187 if (sa_dir == XFRM_SA_DIR_IN) { in verify_replay()
438 if (sa_dir == XFRM_SA_DIR_IN) { in verify_newsa_info()
3183 [XFRMA_SA_DIR] = NLA_POLICY_RANGE(NLA_U8, XFRM_SA_DIR_IN, XFRM_SA_DIR_OUT),