Let
$$\begin{cases}A&:=&a+b\\ B&:=&d+e\\ C&:=&g+h\end{cases}\tag{*}$$
giving for the initial system:
$\begin{cases}A+B+c&=&22\\ A+C+f&=&22\\B+C+i&=&22\end{cases}\tag{1}$
Besides, knowing that the sum of integers from $1$ to $9$ is $45$, the complementary system of the initial system is:
$\begin{cases}C+f+i&=&23\\ B+c+i&=&23\\A+c+f&=&23\end{cases}\tag{2}$
Let $s=c+f+i$ and $S=A+B+C$, we get by adding the equations in (1) and in (2):
$\begin{cases}2S+s&=&23\\S+2s&=&69\end{cases}\tag{3}$
a linear system whose solution is
$$s=c+f+i=24 \ \text{and} \ \ S=A+B+C=21\tag{4}$$
The first relationship in (4) is especially interesting because it means that:
$$\{c,f,i\}=\{7,8,9\}\tag{5}$$
implying that
$$\{a,b,d,e,g,h\}=\{1,2,3,4,5,6\}\tag{6}$$
Now, an exhaustive search can be obtained by writing (2) under the form:
$\begin{cases}C&=&23-f-i\\ B&=&23-c-i\\A&=&23-c-f\end{cases}\tag{7}$
for the $3!=6$ different combinations:
$$(c,f,i)=(7,8,9), \ \ (7,9,8), ... (9,8,7)$$
and checking each time whether the values of the triple $(A,B,C)$ are compatible with constraints (*) and (6).
Remark: in fact, an exhaustive search is rapidly done with the two solutions :
$$\begin{cases}A&=&2+4\\ B&=&1+6\\C&=&3+5\end{cases} \ \ \text{or} \ \ \begin{cases}A&=&1+5\\ B&=&3+4\\C&=&2+6\end{cases}\tag{8}$$
and their permutations.
This gives a total number of $96$ solutions in agreement with the result found by @S. Dolan (to whom I am indebted for having found a flaw in my computations).
Edit : Here is the list of the $96=2 \times 6 \times 8 $ solutions (ranked by lexicographic order, see below), the examination of which helps to understanding the declination of the 2 families of solutions (see (8)) with a tree structure with $6 \times 8$ branches. Indeed, there are $6$ ways to interchange the positions of $c,f,i$ ; and $8$ ways to arrange a solution, for given $A$ or $B$ or $C$, due to resp. exchanges:
$$a \leftrightarrow b, \ \ d \leftrightarrow e, \ \ g \leftrightarrow h.$$
$$\begin{array}{1}
158269347\\
158269437\\
158629347\\
158629437\\
159348267\\
159348627\\
159438267\\
159438627\\
167359248\\
167359428\\
167539248\\
167539428\\
169247358\\
169247538\\
169427358\\
169427538\\
248359167\\
248359617\\
248539167\\
248539617\\
249168357\\
249168537\\
249618357\\
249618537\\
267348159\\
267348519\\
267438159\\
267438519\\
268157349\\
268157439\\
268517349\\
268517439\\
347269158\\
347269518\\
347629158\\
347629518\\
349157268\\
349157628\\
349517268\\
349517628\\
357168249\\
357168429\\
357618249\\
357618429\\
358247169\\
358247619\\
358427169\\
358427619\\
428359167\\
428359617\\
428539167\\
428539617\\
429168357\\
429168537\\
429618357\\
429618537\\
437269158\\
437269518\\
437629158\\
437629518\\
439157268\\
439157628\\
439517268\\
439517628\\
518269347\\
518269437\\
518629347\\
518629437\\
519348267\\
519348627\\
519438267\\
519438627\\
537168249\\
537168429\\
537618249\\
537618429\\
538247169\\
538247619\\
538427169\\
538427619\\
617359248\\
617359428\\
617539248\\
617539428\\
619247358\\
619247538\\
619427358\\
619427538\\
627348159\\
627348519\\
627438159\\
627438519\\
628157349\\
628157439\\
628517349\\
628517439
\end{array}$$