Lines Matching refs:opt
59 unsigned char opt, len; in dccp_parse_options() local
68 opt = len = 0; in dccp_parse_options()
70 opt = *opt_ptr++; in dccp_parse_options()
75 if (opt > DCCPO_MAX_RESERVED) { in dccp_parse_options()
99 if (dreq != NULL && (opt >= DCCPO_MIN_RX_CCID_SPECIFIC || in dccp_parse_options()
100 opt == DCCPO_ACK_VECTOR_0 || opt == DCCPO_ACK_VECTOR_1)) in dccp_parse_options()
103 switch (opt) { in dccp_parse_options()
125 rc = dccp_feat_parse_options(sk, dreq, mandatory, opt, in dccp_parse_options()
216 pkt_type, opt, value, len)) in dccp_parse_options()
231 pkt_type, opt, value, len)) in dccp_parse_options()
236 "implemented, ignoring", sk, opt, len); in dccp_parse_options()
240 if (opt != DCCPO_MANDATORY) in dccp_parse_options()
256 DCCP_WARN("DCCP(%p): Option %d (len=%d) error=%u\n", sk, opt, len, rc); in dccp_parse_options()
258 DCCP_SKB_CB(skb)->dccpd_reset_data[0] = opt; in dccp_parse_options()