Lines Matching refs:opt
62 unsigned char opt, len; in dccp_parse_options() local
71 opt = len = 0; in dccp_parse_options()
73 opt = *opt_ptr++; in dccp_parse_options()
78 if (opt > DCCPO_MAX_RESERVED) { in dccp_parse_options()
102 if (dreq != NULL && (opt >= DCCPO_MIN_RX_CCID_SPECIFIC || in dccp_parse_options()
103 opt == DCCPO_ACK_VECTOR_0 || opt == DCCPO_ACK_VECTOR_1)) in dccp_parse_options()
106 switch (opt) { in dccp_parse_options()
128 rc = dccp_feat_parse_options(sk, dreq, mandatory, opt, in dccp_parse_options()
219 pkt_type, opt, value, len)) in dccp_parse_options()
234 pkt_type, opt, value, len)) in dccp_parse_options()
239 "implemented, ignoring", sk, opt, len); in dccp_parse_options()
243 if (opt != DCCPO_MANDATORY) in dccp_parse_options()
259 DCCP_WARN("DCCP(%p): Option %d (len=%d) error=%u\n", sk, opt, len, rc); in dccp_parse_options()
261 DCCP_SKB_CB(skb)->dccpd_reset_data[0] = opt; in dccp_parse_options()