Lines Matching defs:option
74 /* Check if this isn't a single byte option */
235 DCCP_CRIT("DCCP(%p): option %d(len=%d) not "
244 /* mandatory was the last byte in option list -> reset connection */
249 /* RFC 4340, 5.8: ignore option and all remaining option space */
289 int dccp_insert_option(struct sk_buff *skb, const unsigned char option,
300 *to++ = option;
474 * dccp_insert_option_mandatory - Mandatory option (5.8.2)
475 * @skb: frame into which to insert option
478 * _after_ inserting the option it is supposed to influence (stack order).
491 * dccp_insert_fn_opt - Insert single Feature-Negotiation option into @skb
492 * @skb: frame to insert feature negotiation option into
520 DCCP_WARN("packet too small for feature %d option!\n", feat);