Home
last modified time | relevance | path

Searched refs:fail_seq (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/mptcp/
H A Doptions.c350 mp_opt->fail_seq = get_unaligned_be64(ptr); in mptcp_parse_option()
351 pr_debug("MP_FAIL: data_seq=%llu\n", mp_opt->fail_seq); in mptcp_parse_option()
820 opts->fail_seq = subflow->map_seq; in mptcp_established_options_mp_fail()
822 pr_debug("MP_FAIL fail_seq=%llu\n", opts->fail_seq); in mptcp_established_options_mp_fail()
1185 mptcp_pm_mp_fail_received(sk, mp_opt.fail_seq); in mptcp_incoming_options()
1595 put_unaligned_be64(opts->fail_seq, ptr); in mptcp_write_options()
H A Dpm.c300 void mptcp_pm_mp_fail_received(struct sock *sk, u64 fail_seq) in mptcp_pm_mp_fail_received() argument
305 pr_debug("fail_seq=%llu\n", fail_seq); in mptcp_pm_mp_fail_received()
H A Dprotocol.h175 u64 fail_seq;
925 void mptcp_pm_mp_fail_received(struct sock *sk, u64 fail_seq);
173 u64 fail_seq; global() member
/openbmc/linux/include/net/
H A Dmptcp.h87 u64 fail_seq; member