Home
last modified time | relevance | path

Searched refs:mrst (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm/boot/dts/st/
H A Dstih407-pinctrl.dtsi321 mrst = <&pio4 7 ALT1 IN>;
338 mrst = <&pio3 0 ALT2 IN>;
355 mrst = <&pio3 4 ALT2 IN>;
574 mrst = <&pio10 7 ALT2 IN>;
589 mrst = <&pio19 5 ALT1 IN>;
606 mrst = <&pio11 2 ALT2 IN>;
621 mrst = <&pio14 4 ALT1 IN>;
638 mrst = <&pio12 7 ALT2 IN>;
653 mrst = <&pio14 7 ALT1 IN>;
668 mrst = <&pio15 7 ALT2 IN>;
[all …]
/linux/net/ipv4/
H A Dtcp_ipv4.c838 __be32 mrst = mptcp_reset_option(skb); in tcp_v4_send_reset() local
840 if (mrst) { in tcp_v4_send_reset()
841 rep.opt[0] = mrst; in tcp_v4_send_reset()
842 arg.iov[0].iov_len += sizeof(mrst); in tcp_v4_send_reset()