Lines Matching refs:tcphdr
345 struct tcphdr *tc; in IcmpAliasIn2()
352 tc = (struct tcphdr *)ip_next(ip); in IcmpAliasIn2()
532 struct tcphdr *tc; in IcmpAliasOut2()
540 tc = (struct tcphdr *)ip_next(ip); in IcmpAliasOut2()
933 struct tcphdr *tc; in TcpAliasIn()
940 if (dlen < sizeof(struct tcphdr)) in TcpAliasIn()
942 tc = (struct tcphdr *)ip_next(pip); in TcpAliasIn()
1024 tc = (struct tcphdr *)ip_next(pip); in TcpAliasIn()
1049 tc = (struct tcphdr *)ip_next(pip); in TcpAliasIn()
1066 struct tcphdr *tc; in TcpAliasOut()
1072 if (dlen < sizeof(struct tcphdr)) in TcpAliasOut()
1074 tc = (struct tcphdr *)ip_next(pip); in TcpAliasOut()
1131 tc = (struct tcphdr *)ip_next(pip); in TcpAliasOut()
1138 tc = (struct tcphdr *)ip_next(pip); in TcpAliasOut()
1156 tc = (struct tcphdr *)ip_next(pip); in TcpAliasOut()
1560 struct tcphdr *tc; in LibAliasUnaliasOut()
1573 tc = (struct tcphdr *)ip_next(pip); in LibAliasUnaliasOut()