Searched refs:rst (Results 276 - 291 of 291) sorted by relevance

<<1112

/linux-master/net/netfilter/
H A Dnf_log_syslog.c230 if (th->rst)
H A Dnf_flow_table_ip.c31 if (unlikely(tcph->fin || tcph->rst)) {
/linux-master/drivers/infiniband/hw/irdma/
H A Dcm.c374 tcph->rst = 1;
562 tcph->rst = 1;
2905 if (tcph->rst) {
3228 if (!tcph->rst && !tcph->fin) {
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h2070 uint64_t rst:1; member in struct:cvmx_pip_sft_rst::cvmx_pip_sft_rst_s
2072 uint64_t rst:1;
/linux-master/include/net/
H A Dtcp.h1695 int rst)
1712 if (rst && !time_before32(ktime_get_seconds(),
1694 tcp_paws_reject(const struct tcp_options_received *rx_opt, int rst) argument
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c2926 if (th->fin || th->rst)
2932 /* sample on all syn/fin/rst packets or once every atr sample rate */
2935 !th->rst &&
2960 dtype_cmd |= (th->fin || th->rst) ?
/linux-master/net/sched/
H A Dact_ct.c696 if (tcph && (unlikely(tcph->fin || tcph->rst))) {
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h5956 MLXSW_ITEM32(reg, pmaos, rst, 0x00, 31, 1);
11797 MLXSW_ITEM32(reg, mddc, rst, 0x04, 29, 1);
11805 static inline void mlxsw_reg_mddc_pack(char *payload, u8 slot_index, bool rst, argument
11810 mlxsw_reg_mddc_rst_set(payload, rst);
/linux-master/drivers/soc/tegra/
H A Dpmc.c999 * @rst: reset for partition
1004 struct reset_control *rst)
1025 pg->reset = rst;
3970 TEGRA_IO_PAD(TEGRA_IO_PAD_PEX_L0_RST, 2, 0x7c, 0x80, UINT_MAX, "pex-l0-rst"),
3971 TEGRA_IO_PAD(TEGRA_IO_PAD_PEX_L1_RST, 3, 0x7c, 0x80, UINT_MAX, "pex-l1-rst"),
3973 TEGRA_IO_PAD(TEGRA_IO_PAD_PEX_L5_RST, 5, 0x7c, 0x80, UINT_MAX, "pex-l5-rst"),
4022 TEGRA_IO_PIN_DESC(TEGRA_IO_PAD_PEX_L0_RST, "pex-l0-rst"),
4023 TEGRA_IO_PIN_DESC(TEGRA_IO_PAD_PEX_L1_RST, "pex-l1-rst"),
4025 TEGRA_IO_PIN_DESC(TEGRA_IO_PAD_PEX_L5_RST, "pex-l5-rst"),
1003 tegra_powergate_sequence_power_up(unsigned int id, struct clk *clk, struct reset_control *rst) argument
/linux-master/net/ipv4/
H A Dtcp_ipv4.c756 if (th->rst)
770 rep.th.rst = 1;
822 /* don't send rst if it can't find key */
H A Dtcp_ao.c1023 if (th->syn || th->rst)
H A Droute.c3126 tcph->rst = 1;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c1071 return th->rst;
/linux-master/net/core/
H A Dfilter.c7338 if (!th->ack || th->rst || th->syn)
7411 if (!th->syn || th->ack || th->fin || th->rst)
/linux-master/drivers/net/ethernet/neterion/
H A Ds2io.c8318 if (tcp->urg || tcp->psh || tcp->rst ||
/linux-master/scripts/
H A Dcheckpatch.pl68 my $docsfile = "$D/../Documentation/dev-tools/checkpatch.rst";
2907 "DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst\n");
3417 "DT bindings should be in DT schema format. See: Documentation/devicetree/bindings/writing-schema.rst\n");
3746 } elsif ($realfile =~ /\.rst$/) {
3882 "Avoid using '.L' prefixed local symbol names for denoting a range of code via 'SYM_*_START/END' annotations; see Documentation/core-api/asm-annotations.rst\n" . $herecurr);
6260 "Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst\n" . $herecurr);
6592 "usleep_range is preferred over udelay; see Documentation/timers/timers-howto.rst\n" . $herecurr);
6604 "msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst\n" . $herecurr);
7072 "usleep_range should not use min == max args; see Documentation/timers/timers-howto.rst\n" . "$here\n$stat\n");
7076 "usleep_range args reversed, use min then max; see Documentation/timers/timers-howto.rst\
[all...]

Completed in 411 milliseconds

<<1112