Lines Matching refs:echo
243 mp_opt->echo = (*ptr++) & MPTCP_ADDR_ECHO;
244 if (!mp_opt->echo) {
292 if (!mp_opt->echo) {
296 pr_debug("ADD_ADDR%s: id=%d, ahmac=%llu, echo=%d, port=%d",
298 mp_opt->addr.id, mp_opt->ahmac, mp_opt->echo, ntohs(mp_opt->addr.port));
658 bool echo;
667 &echo, &drop_other_suboptions))
672 len = mptcp_add_addr_len(opts->addr.family, echo, !!opts->addr.port);
683 * to avoid appending the hmac even for ADD_ADDR echo
690 if (!echo) {
698 pr_debug("addr_id=%d, ahmac=%llu, echo=%d, port=%d",
699 opts->addr.id, opts->ahmac, echo, ntohs(opts->addr.port));
961 ((mp_opt->suboptions & OPTION_MPTCP_ADD_ADDR) && !mp_opt->echo))) {
1100 if (mp_opt->echo)
1159 if (!mp_opt.echo) {
1514 u8 echo = MPTCP_ADDR_ECHO;
1526 echo = 0;
1530 len, echo, opts->addr.id);