Searched refs:tcp_syn_fin_rst (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/
H A Dtc.h107 bool tcp_syn_fin_rst; /* true if ANY of SYN/FIN/RST are set */ member in struct:efx_tc_match_fields
H A Dtc.c1506 match->mask.tcp_syn_fin_rst = true;
1732 * So make -est imply -tcp_syn_fin_rst match to ensure these packets
1736 if (match.value.tcp_syn_fin_rst) {
1742 match.mask.tcp_syn_fin_rst = true;
2168 * So make -est imply -tcp_syn_fin_rst match to ensure these packets
2172 if (match.value.tcp_syn_fin_rst) {
2177 match.mask.tcp_syn_fin_rst = true;
H A Dmae.c698 CHECK_BIT(TCP_SYN_FIN_RST, tcp_syn_fin_rst) ||
795 CHECK_BIT(TCP_SYN_FIN_RST, tcp_syn_fin_rst))
2110 match->value.tcp_syn_fin_rst);
2121 match->mask.tcp_syn_fin_rst);

Completed in 225 milliseconds