Searched refs:IS_IP4 (Results 1 – 2 of 2) sorted by relevance
182 if (IS_IP4(sa->flags)) { in create_inline_session()202 if (IS_IP4(sa->flags)) { in create_inline_session()295 } else if (IS_IP4(sa->flags)) { in create_inline_session()530 } else if (IS_IP4(sa->flags)) { in create_ipsec_esp_flow()
194 #define IS_IP4(flags) ((flags) & (IP4_TUNNEL | IP4_TRANSPORT)) macro