Compare commits
2 Commits
castip
..
7f377620ef
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f377620ef | |||
| 212ff48422 |
@@ -115,6 +115,7 @@ int tcp_retransmit(struct ctx_send_reset *ctx){
|
|||||||
f_family = bpf_map_lookup_elem(&filter_family, &keys);
|
f_family = bpf_map_lookup_elem(&filter_family, &keys);
|
||||||
if (!f_family)
|
if (!f_family)
|
||||||
return 0;
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
index = bpf_map_lookup_elem(&tcp_stats_index, &keys);
|
index = bpf_map_lookup_elem(&tcp_stats_index, &keys);
|
||||||
if (!index)
|
if (!index)
|
||||||
|
|||||||
Reference in New Issue
Block a user