Lines Matching defs:opt
59 unsigned char opt, len;
68 opt = len = 0;
70 opt = *opt_ptr++;
75 if (opt > DCCPO_MAX_RESERVED) {
99 if (dreq != NULL && (opt >= DCCPO_MIN_RX_CCID_SPECIFIC ||
100 opt == DCCPO_ACK_VECTOR_0 || opt == DCCPO_ACK_VECTOR_1))
103 switch (opt) {
117 dccp_pr_debug("%s opt: NDP count=%llu\n", dccp_role(sk),
125 rc = dccp_feat_parse_options(sk, dreq, mandatory, opt,
152 dccp_pr_debug("%s rx opt: TIMESTAMP=%u, ackno=%llu\n",
166 dccp_pr_debug("%s rx opt: TIMESTAMP_ECHO=%u, len=%d, "
211 dccp_pr_debug("%s rx opt: ELAPSED_TIME=%d\n",
216 pkt_type, opt, value, len))
231 pkt_type, opt, value, len))
236 "implemented, ignoring", sk, opt, len);
240 if (opt != DCCPO_MANDATORY)
256 DCCP_WARN("DCCP(%p): Option %d (len=%d) error=%u\n", sk, opt, len, rc);
258 DCCP_SKB_CB(skb)->dccpd_reset_data[0] = opt;