is_mandatory      850 net/dccp/feat.c 				.is_mandatory	= true,
is_mandatory      859 net/dccp/feat.c 				.is_mandatory	= true,
is_mandatory      872 net/dccp/feat.c 				.is_mandatory	= false,
is_mandatory      878 net/dccp/feat.c 				.is_mandatory	= true,
is_mandatory      884 net/dccp/feat.c 				.is_mandatory	= true,
is_mandatory      900 net/dccp/feat.c 				.is_mandatory	= false,
is_mandatory      906 net/dccp/feat.c 				.is_mandatory	= true,
is_mandatory      912 net/dccp/feat.c 				.is_mandatory	= false,
is_mandatory      918 net/dccp/feat.c 				.is_mandatory	= false,
is_mandatory      951 net/dccp/feat.c 						    table[i].is_mandatory,
is_mandatory      955 net/dccp/feat.c 						    table[i].is_mandatory,
is_mandatory     1097 net/dccp/feat.c static u8 dccp_feat_change_recv(struct list_head *fn, u8 is_mandatory, u8 opt,
is_mandatory     1108 net/dccp/feat.c 	dccp_feat_print_opt(opt, feat, val, len, is_mandatory);
is_mandatory     1167 net/dccp/feat.c 	} else if (is_mandatory) {
is_mandatory     1190 net/dccp/feat.c 	if (!is_mandatory)
is_mandatory     1194 net/dccp/feat.c 	return is_mandatory ? DCCP_RESET_CODE_MANDATORY_ERROR
is_mandatory     1208 net/dccp/feat.c static u8 dccp_feat_confirm_recv(struct list_head *fn, u8 is_mandatory, u8 opt,
is_mandatory     1215 net/dccp/feat.c 	dccp_feat_print_opt(opt, feat, val, len, is_mandatory);
is_mandatory     1218 net/dccp/feat.c 		if (is_mandatory && type == FEAT_UNKNOWN)
is_mandatory     1283 net/dccp/feat.c 	return is_mandatory ? DCCP_RESET_CODE_MANDATORY_ERROR
is_mandatory       96 net/dccp/feat.h 		is_mandatory:1;