| 1444 | } |
| 1445 | |
| 1446 | static inline int |
| 1447 | sa_out_add_rules(struct sa_ctx *sa_ctx, const struct ipsec_sa entries[], |
| 1448 | uint32_t nb_entries, struct socket_ctx *skt_ctx, |
| 1449 | struct ipsec_ctx *ips_ctx[], |
| 1450 | const struct eventmode_conf *em_conf) |
| 1451 | { |
| 1452 | return sa_add_rules(sa_ctx, entries, nb_entries, 0, skt_ctx, ips_ctx, em_conf); |
| 1453 | } |
| 1454 | |
| 1455 | static inline int |
| 1456 | sa_in_add_rules(struct sa_ctx *sa_ctx, const struct ipsec_sa entries[], |
no test coverage detected